Node:Integer Functions, Next:Rational Number Functions, Previous:Reporting Bugs, Up:Top
This chapter describes the GMP functions for performing integer arithmetic.
These functions start with the prefix mpz_
.
GMP integers are stored in objects of type mpz_t
.