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.
Release 0.6.alpha2, documentation updated on August 27, 2005.
See About this document... for information on suggesting changes.