Click or drag to resize

PolynomialDivideRemainder Method

Overload List
 NameDescription
Public methodDivideRemainder(Polynomial) Division of two polynomials returning the quotient-with-remainder of the two polynomials given
Public methodStatic memberDivideRemainder(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
Top
See Also