3.4.1.9 FieldElement Objects

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

is_unit,$  $ quo_rem

Instances of class FieldElement also have the following special methods:

_gcd,$  $ _lcm,$  $ _xgcd

Further documentation:

_gcd( )

Return the greatest common divisor of self and other.

_lcm( )

Return the least common multiple of self and other.

See About this document... for information on suggesting changes.