The class RationalField
represents
the field
of (arbitrary precision) rational numbers. Each rational
number is an instance of the class Rational
, which is defined
in a Pyrex extension module that wraps GMP rational numbers
(the mpq_t
type in GMP).
Release 0.3, documentation updated on April 21, 2005.
See About this document... for information on suggesting changes.