openbsd-ports/math/calc/pkg/DESCR
naddy abfa9851a8 If HOMEPAGE is defined in Makefile, reference it in DESCR, too.
authorized by espie@

Fix a few minor cosmetic issues along the way.
2000-12-21 21:20:34 +00:00

14 lines
636 B
Plaintext

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.
WWW: ${HOMEPAGE}