The module sage.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.
Release 0.5.alpha7, documentation updated on August 5, 2005.
See About this document... for information on suggesting changes.