50db84abd3
PR: 4979 Submitted by: Slaven Rezic <eserte@cs.tu-berlin.de>
8 lines
365 B
Text
8 lines
365 B
Text
Eval is a full featured floating point expression evaluator that
|
|
can assign variables, has many built-in functions and constants, allows
|
|
input and output in any number base, and uses a C-like syntax for
|
|
expression evaluation. Full ANSI C source is included and easily
|
|
portable to other platforms.
|
|
Author: Will Menninger
|
|
|
|
This version comes with readline support.
|