public interface RationalFormulaManager extends NumeralFormulaManager<NumeralFormula,NumeralFormula.RationalFormula>
NumeralFormula.RationalFormula.
Rational formulas may take both integral and rational formulas as arguments.
| Modifier and Type | Method and Description |
|---|---|
default FormulaType<NumeralFormula.RationalFormula> |
getFormulaType() |
add, divide, equal, greaterOrEquals, greaterThan, lessOrEquals, lessThan, makeNumber, makeNumber, makeNumber, makeNumber, makeNumber, makeNumber, makeVariable, multiply, negate, subtract, sumdefault FormulaType<NumeralFormula.RationalFormula> getFormulaType()
getFormulaType in interface NumeralFormulaManager<NumeralFormula,NumeralFormula.RationalFormula>