Uses of Class
net.sf.tweety.math.NonDifferentiableException
- 
Packages that use NonDifferentiableException Package Description net.sf.tweety.math.term  - 
- 
Uses of NonDifferentiableException in net.sf.tweety.math.term
Methods in net.sf.tweety.math.term that throw NonDifferentiableException Modifier and Type Method Description TermAbsoluteValue. derive(Variable v)TermDifference. derive(Variable v)TermExp. derive(Variable v)TermFraction. derive(Variable v)TermLogarithm. derive(Variable v)TermMaximum. derive(Variable v)TermMinimum. derive(Variable v)TermPower. derive(Variable v)TermProduct. derive(Variable v)TermRoot. derive(Variable v)TermSum. derive(Variable v)abstract TermTerm. derive(Variable v)Differentiates the term with respect to the given variable. 
 -