Uses of Class
net.sourceforge.webcompmath.functions.ExpressionFunction

Packages that use ExpressionFunction
net.sourceforge.webcompmath.functions   
net.sourceforge.webcompmath.functions.beans   
 

Uses of ExpressionFunction in net.sourceforge.webcompmath.functions
 

Methods in net.sourceforge.webcompmath.functions that return ExpressionFunction
 ExpressionFunction ImplicitFunction.getDefiningEquation()
           
 ExpressionFunction ImplicitFunction.getDydxImplicit()
          Vectorfield (-Dx/Dy)(x,y) from equation(x,y) = 0
 ExpressionFunction ImplicitFunction.getFGivenX()
          The function equation(givenX, variable) of variable
 

Uses of ExpressionFunction in net.sourceforge.webcompmath.functions.beans
 

Subclasses of ExpressionFunction in net.sourceforge.webcompmath.functions.beans
 class WCMExpressionFunctionBean
          This bean extends ExpressionFunction.