mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
50db84abd3
PR: 4979 Submitted by: Slaven Rezic <eserte@cs.tu-berlin.de>
9 lines
365 B
Plaintext
9 lines
365 B
Plaintext
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.
|