4.2.2 rings.integer - Integers

The module rings.integer defines the following classes:

class Integer
The Integer class represents arbitrary precision integers. It derives from the Element class, so integers can be used as ring elements anywhere in SAGE.

Note: The class Integer is implemented in Pyrex, as a wrapper of the GMP mpz_t integer type.



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