14 lines
637 B
Plaintext
14 lines
637 B
Plaintext
|
From the webpage:
|
||
|
|
||
|
Calc is arbitrary precision arithmetic system that uses a C-like
|
||
|
language. Calc is useful as a calculator, an algorithm prototyped and
|
||
|
as a mathematical research tool. More importantly, calc provides one
|
||
|
with a machine independent means of computation. Calc comes with a
|
||
|
rich set of builtin mathematical and programmatic functions. A
|
||
|
partial list of calc builtin functions is available.
|
||
|
|
||
|
The calc language is a C-like language. The language includes
|
||
|
commands such as variable declarations, expressions, tests, labels,
|
||
|
loops, file operations, function calls. These commands are very
|
||
|
similar to their counterparts in C.
|