Polynomial contains terms, but term doesn't contain factors. Would be nice to make Term defined to contain Factor, and it would make a lot of our API more consistent. Also, a lot of unit parsing would become redundant if Term just magically handled that case.
Polynomial contains terms, but term doesn't contain factors. Would be nice to make
Term
defined to containFactor
, and it would make a lot of our API more consistent. Also, a lot of unit parsing would become redundant ifTerm
just magically handled that case.