3.4.1.7 EuclideanDomainElement Objects

class EuclideanDomainElement
Instances of class EuclideanDomainElement have the following methods (in addition to inherited methods and special methods):

degree,$  $ gcd,$  $ leading_coefficient,$  $ quo_rem

Further documentation:

gcd( )

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.