PolynomialDivide |
Name | Description | |
---|---|---|
DivideRemainder(Polynomial) | Division of two polynomials returning the quotient-with-remainder of the two polynomials given | |
DivideRemainder(Polynomial, Polynomial) | Euclidean long division of two polynomials, returning the quotient q and remainder r of the two polynomials a and b such that a = q*b + r |