|
This is a mathematical-function interpreter for C. It is very
useful for programs that have to evaluate the same function hundreds or
thousands of times at different points, since it is only 10% to 100% slower
than compiled C code. The source code can be freely distributed. It runs
in any computer (hopefully). The routines can be used from any C program
or from the command line (as a UNIX filter).
Special requirements: A C compiler. This program has been tested on PC's
with different compilers and on a VAX.
The source code is provided. The program is copyrighted. It can be used more
or less freely, but an optional registration fee is encouraged.
(modified from documentation and announcement)
|