Unbounded integers as provided by the GMP library. More...
#include <ppl.hh>
Related Functions | |
(Note that these are not member functions.) | |
Arithmetic Operators | |
| void | rem_assign (GMP_Integer &x, const GMP_Integer &y, const GMP_Integer &z) |
Assigns to x the remainder of the division of y by z. | |
| int | cmp (const GMP_Integer &x, const GMP_Integer &y) |
Returns a negative, zero or positive value depending on whether x is lower than, equal to or greater than y, respectively. | |
Unbounded integers as provided by the GMP library.
GMP_Integer is an alias for the mpz_class type defined in the C++ interface of the GMP library. For more information, see http://www.swox.com/gmp/
| void rem_assign | ( | GMP_Integer & | x, | |
| const GMP_Integer & | y, | |||
| const GMP_Integer & | z | |||
| ) | [related] |
Assigns to x the remainder of the division of y by z.
1.6.1-20091004