Uses of Class
org.tweetyproject.math.NonDifferentiableException
-
Packages that use NonDifferentiableException Package Description org.tweetyproject.math.term -
-
Uses of NonDifferentiableException in org.tweetyproject.math.term
Methods in org.tweetyproject.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.
-