| www.delorie.com/gnu/docs/gmp/gmp_13.html | search |
![]() Buy GNU books! | |
| [ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
There are six classes of functions in the GMP library:
mpz_. The associated type is mpz_t. There are about 150
functions in this class.
mpq_. The associated type is mpq_t. There are about 40
functions in this class, but the integer functions can be used for arithmetic
on the numerator and denominator separately.
mpf_. The associated type is mpf_t. There are about 60
functions is this class.
itom, madd, and
mult. The associated type is MINT.
mpn_. The associated type is array of mp_limb_t. There are
about 30 (hard-to-use) functions in this class.
| webmaster donations bookstore | delorie software privacy |
| Copyright © 2003 by The Free Software Foundation | Updated Jun 2003 |