The interactive file manager requires Javascript. Please enable it or use sftp or scp.
You may still browse the files here.

Download Latest Version calc-2.15.1.1.tar.bz2 (1.0 MB)
Email in envelope

Get an email when there's a new version of calc: C-style arbitrary precision system

Home / old-calc / 2.12.7.0
Name Modified Size InfoDownloads / Week
Parent folder
README.txt 2018-11-05 1.7 kB
calc-devel-2.12.7.0-12.x86_64.rpm 2018-11-05 570.2 kB
calc-debuginfo-2.12.7.0-12.x86_64.rpm 2018-11-05 946.7 kB
calc-2.12.7.0.tar.bz2 2018-11-05 968.1 kB
calc-2.12.7.0-12.x86_64.rpm 2018-11-05 1.4 MB
calc-2.12.7.0-12.src.rpm 2018-11-05 929.3 kB
Totals: 6 Items   4.8 MB 1
The following are the changes in this release:

    Added a patch to replaces the manual search for include files
    in $(INCDIR) in the have_*.h targets with compiler invocations.
    Thanks goes to Helmut Grohne (helmut at subdivi dot de) who
    implemented the patch and posted it to the Debian bug tracker
    and Martin Buck (m at rtin-buck dor de) for forwarding it to us.

    The check_include make rule was fixed to not assume /usr/include.

    The qprintnum() function now takes outdigits as a 3rd argument.
    Most of the time, this 3rd argument is just conf->outdigits.
    But when it comes to the experimental '%g', this value can
    change.  This avoids having to modify conf->outdigits.

    Fixed a problem where gcc complains about E_FUNC not being defined
    for Linux systems as reported by Martin Buck (m at rtin-buck dor de).

    Updated the help files help/config, help/display, help/epsilon,
    help/fprint, help/printf, and help/strprintf to give more
    examples of how display digits and epsilon precision interact
    with displaying values.

    Added more information about %g in the help file help/printf.

    The '\a' is now recognized in a printf format string as the
    single byte audible bell character (byte 0x07 in ASCII encoding).

    The following is a partial list of escape sequences recognized
    in strings and in printf formats:

	\a	audible bell	byte 0x07 in ASCII encoding
	\b	backspace	byte 0x08 in ASCII encoding
	\f	form feed	byte 0x0c in ASCII encoding
	\n	newline		byte 0x0b in ASCII encoding
	\r	return		byte 0x0a in ASCII encoding
	\t	tab		byte 0x0d in ASCII encoding
	\v	vertical tab	byte 0x09 in ASCII encoding
Source: README.txt, updated 2018-11-05