Uses of Class
org.oristool.math.expression.Exmonomial
-
Uses of Exmonomial in org.oristool.math.expression
Modifier and TypeMethodDescriptionExmonomial.evaluate
(Variable var, OmegaBigDecimal value) Replaces a variable with its value.Modifier and TypeMethodDescriptionvoid
Expolynomial.addExmonomial
(Exmonomial exmon) Adds an exmonomial to the sum.boolean
Exmonomial.isSameForm
(Exmonomial exmon) Checks whether the input exmonomial has the same set of terms.void
Exmonomial.multiply
(Exmonomial exmon) Multiplies this term by an input exmonomial.