Uses of Class
edu.hws.jcm.functions.FunctionParserExtension

Packages that use FunctionParserExtension
data   
edu.hws.jcm.functions   
 

Uses of FunctionParserExtension in data
 

Subclasses of FunctionParserExtension in data
 class StandardNormalTable
          StandardNormalTable This class manage a reduced centered normal law table.
 

Uses of FunctionParserExtension in edu.hws.jcm.functions
 

Subclasses of FunctionParserExtension in edu.hws.jcm.functions
 class ExpressionFunction
          An ExpressionFunction is a Function that is created from an expression and a list of variables that serve as the parameter(s) of the function.
 class TableFunction
          A TableFunction is a function that is specified by a table of (x,y)-points.
 class WrapperFunction
          A WrapperFunction contains another function and delegates to it all calls to methods from the Function interface, except for calls to setName() and getName().