Uses of Class
Maths.NoSuchFunction

Packages that use NoSuchFunction
Maths Provides maths classes. 
 

Uses of NoSuchFunction in Maths
 

Methods in Maths that throw NoSuchFunction
 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