------------------------------------------------------------------------ Subtract two polynomials so that c = a - b. ------------------------------------------------------------------------ Form: c = SubPoly ( a, b ) ------------------------------------------------------------------------ ------ Inputs ------ a Polynomial b Polynomial ------- Outputs ------- c Sum of the inputs ------------------------------------------------------------------------
Common: Math/DelLZ