http://benji3up2kxewkqfcq7buxk2xd6zwy3zggnurkrm3l4cvwy2iipvyyad.onion/mirrors/gmpdoc/Function-Classes.html
Next: Variable Conventions , Previous: Nomenclature and Types , Up: GMP Basics [ Index ] 3.3 Function Classes There are six classes of functions in the GMP library: Functions for signed integer arithmetic, with names beginning with mpz_ . The associated type is mpz_t . There are about 150
functions in this class. (see Integer Functions ) Functions for rational number arithmetic, with names beginning with mpq_ . The associated type is mpq_t .