case classSymbolSum(symbol: ITerm) extends Product with Serializable
Rewrite a term 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 a term to the form
coeff * symbol + remainder
(where remainder does not contain the atomic termsymbol
) and determine the coefficient and the remainder