Uses of Class
org.oristool.math.expression.Exmonomial
Packages that use Exmonomial
-
Uses of Exmonomial in org.oristool.math.expression
Methods in org.oristool.math.expression that return ExmonomialModifier and TypeMethodDescriptionExmonomial.evaluate(Variable var, OmegaBigDecimal value) Replaces a variable with its value.Methods in org.oristool.math.expression that return types with arguments of type ExmonomialMethods in org.oristool.math.expression with parameters of type ExmonomialModifier and TypeMethodDescriptionvoidExpolynomial.addExmonomial(Exmonomial exmon) Adds an exmonomial to the sum.booleanExmonomial.isSameForm(Exmonomial exmon) Checks whether the input exmonomial has the same set of terms.voidExmonomial.multiply(Exmonomial exmon) Multiplies this term by an input exmonomial.Constructors in org.oristool.math.expression with parameters of type Exmonomial