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.

2007-09-02 15:13
2.12.2

calc may be built with static or dynamic shared
libraries. The Makefiles were overhauled to use
system targets. Static and extern variables are
declared with CPP symbols. The calc library makes
it easier to control parse and scan messages.
Makefile.simple was added for hosts without GNU
Make. Custom registers were added. Support for MD5
and SHA-0 hashes was dropped. calc supports real
and complex exponentiation bases and exponents.
Tags: Major feature enhancements

2007-02-07 08:42
2.12.1.8

Documentation was written for the # operator,
comments, and cscripts. Multi-line statement
issues were documented. Builtins related to user,
system, and clock time were added. The runtime()
builtin output was changed.
Tags: Minor bugfixes

2006-09-21 13:13
2.12.1.5

This is a very minor update release to allow
OpenBSD-like make parsers to compile the source.
This is also a minor release to fix an issue under
Mac OS X where the make chk (and make check)
regression awk script did not run correctly under
Mac OS X 10.4.7. A few minor variables that were
not set to default values in lower level Makefiles
was fixed.
Tags: Minor bugfixes

2006-09-18 02:01
2.12.1

Tags: Major feature enhancements

2006-08-21 15:30
2.12.0.8

Documentation and regression tests for the builtin
quomod() were fixed. Builtin functions estr() (to
repesent many types of values by text string) and
fgetfile() (to pass the rest of a file into a
string) were added. Several help files were
improved.
Tags: Minor bugfixes

Project Resources