Download List

Project Description

Calc is arbitrary precision arithmetic system that uses a C-like language. It's useful as a calculator, an algorithm prototype, and as a mathematical research tool. More importantly, calc provides a machine-independent means of computation. Calc comes with a rich set of builtin mathematical and programmatic functions.

System Requirements

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2008-10-24 19:53
2.12.4

A bug where calling functions with different
values of epsilon would return incorrect results
was fixed. A bug were certain typographical errors
in interactive mode would cause calc to exit was
fixed. A bug in solve.cal was fixed. Minor
documentation improvements were made. The Makefile
and build process were improved.
Tags: Major bugfixes

2008-05-10 21:34
2.12.3.3

Mac OS/Darwin targets no longer attempt to use
ldconfig. "make debug" has been fixed by removing
the use of rpm.release. An empty custom include
directory is not removed during installation.
"make clobber" has been fixed by rebuilding
custom/Makefile.
Tags: Minor bugfixes

2008-05-09 23:08
2.12.3.2

Mac OS Darwin targets no longer attempt to use ldconfig. "make debug" has been fixed by removing the use of rpm.release. An empty custom include directory is not removed during installation.
Tags: Minor bugfixes

2008-02-24 16:57
2.12.3.0

The Jacobi built-in function was fixed: it
returned 1 in some cases where it should have
returned 0. An OpenBSD build target was added.
Makefile compatibility fixes were made for old
shells.
Tags: Minor bugfixes

2007-10-16 16:33
2.12.2.2

The wording for the -i flag in the calc man page
was fixed. help/unexpected, help/rand,
help/random, and help/config were updated. The
${READLINE_EXTRAS} Makefile variables were split
out from ${READLINE_LIB} for Fedora RPM
requirements. When the Makefile variable
${ALLOW_CUSTOM} is not defined or empty, the
libcustcalc library is not built. Bit 8 (0x80) of
calc_debug is reserved for custom debugging. The
length of a FILEPOS copy was fixed. The way the
Makefile can force the calc byte order was
changed.
Tags: Minor bugfixes

Project Resources