mep4j
Math Expression Parser 4 Java
Math Expression Parser 4 Java
MEP4J is a high performance math expression strings parser for Java (J2SE >= 5).
Compare its performance against similiar libraries and let me know your experince.
The library manages the 5 operators (+, -, /, %, *) together with the following functions:
- "abs"
- "cos"
- "sin"
- "acos"
- "asin"
- "cosh"
- "sinh"
- "tan",
- "tanh"
- "atan"
- "sqrt"
- "cbrt"
- "root"
- "log"
- "log10"
- "log1p"
- "exp"
- "expm1"
- "atan2"
- "pow...