additive_order,
is_nonzero,
is_unit,
is_zero,
multiplicative_order,
order
Further documentation:
) |
Return the additive order of self.
) |
Return the multiplicative order of self, if self is a unit, or raise
ArithmeticError
otherwise.
) |
Return the additive order of self.
Instances of class RingElement also have the following special methods:
__add__,
__div__,
__invert__,
__mul__,
__neg__,
__pos__,
__pow__,
__radd__,
__rdiv__,
__rmul__,
__rpow__,
__rsub__,
__sub__,
_add,
_div,
_mul,
_sub
See About this document... for information on suggesting changes.