|
Class Summary |
| ArrayUtil |
|
| CommandlineInterpreter |
Simple commandline interpreter for mathematical expressions the interpreter takes a mathematical expressions as a
String argument, evaluates it and prints out the result. |
| CustomFunction |
this classed is used to create custom functions for exp4j
Example
|
| CustomOperator |
This class is used to create custom operators for use in expressions
The applyOperation(double[] values) will have to be implemented by users of this class. |
| ExpressionBuilder |
This is a Builder implementation for the exp4j API used to create a Calculable instance for the user |
| ExpressionUtil |
|