Integer and rational numbers |
Integer numbers of arbitrarily large size are available through the
class integer defined in integer.hpp. This class is a simple wrapper to the
class mpz_t of the
Rational numbers of arbitrarily large size are available through the
class rational defined in rational.hpp. This class is a simple wrapper to the
class mpq_t of the