diff options
author | Matthew Hunt <mph@FreeBSD.org> | 1998-04-26 03:25:11 +0000 |
---|---|---|
committer | Matthew Hunt <mph@FreeBSD.org> | 1998-04-26 03:25:11 +0000 |
commit | 50db84abd37e97f7cbbfbed00f9ab3f3240ee0e3 (patch) | |
tree | 90e6070b2a800afe8f93647724540a734eb5abef /math/eval/pkg-descr | |
parent | portlint. (diff) |
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. |