pkgsrc-wip/java-jep/DESCR
pancake ;) 3ee1082129 Initial import of java-jep
DESCR:
JEP is a Java API for parsing and evaluating mathematical
expressions. With this library you can allow your users to
enter an arbitrary formula as a string, and instantly evaluate
it. JEP supports user defined variables, constants, and functions.
A number of common mathematical functions and constants are included.


TODO:

Add documentation.
2004-03-18 15:38:17 +00:00

5 lines
317 B
Text

JEP is a Java API for parsing and evaluating mathematical
expressions. With this library you can allow your users to
enter an arbitrary formula as a string, and instantly evaluate
it. JEP supports user defined variables, constants, and functions.
A number of common mathematical functions and constants are included.