Methods in Maths that throw WrongNumberOfVariables |
CompiledFunction |
MathsParse.compileFunction(java.lang.String equation)
Parses an equation and returns a compiled function that can then be used
to compute the value fo an equation. |
double |
FunctionParser.evaluate(java.lang.String function,
java.lang.Double[] variables)
A function that evaluates all the functions implemented |
double |
MathsParse.parseEquation(java.lang.String equation,
java.util.Map<java.lang.String,java.lang.Double> values)
Parses an equation and returns the result |