degree,
gcd,
leading_coefficient,
quo_rem
Further documentation:
) |
Return the greatest common divisor of self and other.
Algorithm 3.2.1 in Cohen, GTM 138.
Instances of class EuclideanDomainElement also have the following special methods:
__floordiv__,
__mod__,
__rfloordiv__,
__rmod__
See About this document... for information on suggesting changes.