Uses of Class
math.differentialcalculus.Formula
Packages that use Formula
-
Uses of Formula in math.differentialcalculus
Fields in math.differentialcalculus with type parameters of type FormulaModifier and TypeFieldDescriptionFormulaManager.FORMULAE
Records all unique Formulae(no duplicates allowed) used by the function to be simplified.Methods in math.differentialcalculus that return FormulaModifier and TypeMethodDescriptionFormulaManager.firstFormula()
FormulaManager.getFormula
(int index) FormulaManager.getFormula
(String name) FormulaManager.lastFormula()
Attempts to retrieve a Formula object from a FormulaManager based on its name.Methods in math.differentialcalculus that return types with arguments of type FormulaMethods in math.differentialcalculus with parameters of type FormulaModifier and TypeMethodDescriptionvoid
double
boolean
Formula.hasSameVariables
(Formula formula) boolean
Formula.isEquivalentTo
(Formula formula) This method compares two Formula objects to see if they are mathematically equivalent.ExpressionSimplifier.translateToBaseTerms
(Formula f)