JEP 3.3.0 review
DownloadJEP is a Java API for parsing and evaluating mathematical expressions
|
|
JEP is a Java API for parsing and evaluating mathematical expressions. With JEP 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.
Here are some key features of "JEP":
Small size (only 75KB as jar archive)
Supports Boolean expressions (!, &&, ||, , !=, ==, >=, and
JEP 3.3.0 keywords