1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-27 21:29:02 +00:00
freebsd-ports/math/eval/pkg-descr

9 lines
365 B
Plaintext
Raw Normal View History

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.