| Class | Description |
|---|---|
| ExpressionEvaluator |
The Class ExpressionEvaluator.
|
| MathEvaluator |
Mathematic expression evaluator. Supports the following functions: +,
-, *, /, ^, %, cos, sin, tan, acos, asin, atan, sqrt, sqr, log, min, max,
ceil, floor, abs, neg, rndr.
When the getValue() is called, a Double object is returned. |