diff options
author | mph <mph@FreeBSD.org> | 1998-04-26 11:25:11 +0800 |
---|---|---|
committer | mph <mph@FreeBSD.org> | 1998-04-26 11:25:11 +0800 |
commit | 75aa9011a6ddfd073fa300e7a30dce6e69f95a59 (patch) | |
tree | f908cd75544f69439ff732ac062830a5fe3889b5 /math/eval/pkg-descr | |
parent | 69a0dae2f19a3abd59c14d46283494dd0f92c70f (diff) | |
download | freebsd-ports-gnome-75aa9011a6ddfd073fa300e7a30dce6e69f95a59.tar.gz freebsd-ports-gnome-75aa9011a6ddfd073fa300e7a30dce6e69f95a59.tar.zst freebsd-ports-gnome-75aa9011a6ddfd073fa300e7a30dce6e69f95a59.zip |
Import of Eval v113, a command-line based floating-point calculator.
PR: 4979
Submitted by: Slaven Rezic <eserte@cs.tu-berlin.de>
Diffstat (limited to 'math/eval/pkg-descr')
-rw-r--r-- | math/eval/pkg-descr | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/math/eval/pkg-descr b/math/eval/pkg-descr new file mode 100644 index 000000000000..96122f208930 --- /dev/null +++ b/math/eval/pkg-descr @@ -0,0 +1,8 @@ +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. |