case classSymbolEquation(symbol: ITerm) extends Product with Serializable
Rewrite an equation to the form coeff * symbol = remainder
(where remainder does not contain the atomic term
symbol) and determine the coefficient and the remainder
Linear Supertypes
Serializable, Serializable, Product, Equals, AnyRef, Any
Rewrite an equation to the form
coeff * symbol = remainder
(where remainder does not contain the atomic termsymbol
) and determine the coefficient and the remainder