Uses of Class
Maths.WrongNumberOfVariables

Packages that use WrongNumberOfVariables
Maths Provides maths classes. 
 

Uses of WrongNumberOfVariables in Maths
 

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
 

Constructors in Maths that throw WrongNumberOfVariables
CompiledFunction.Function(FunctionParser p, java.lang.String name, CompiledFunction[] inputs)
          Default constructor