template <class MONM> Polynomial <MONM> & operator/ (const Polynomial<MONM> &P, const Polynomial<MONM> &Q)

Quotient of two polynomials

Documentation

Quotient of two polynomials. A copy of the fisrt polynomial is performed. If the leading term of this copy is divisible by the leading term of the second, a multiple of the latter polynomials is substracted so that the leading terms cancels. If not the leading terms is removed. This procedure is carried on, until the first polynomial is null.

alphabetic index hierarchy of classes


Partially supported by FRISCO LTR 21.024
For more information

generated by doc++