An object of the class Gmpz is an arbitrary precision integer based on the GNU Multiple Precision Arithmetic Library.
#include <CGAL/Gmpz.h>
| |
creates an uninitialized multiple precision integer q.
| |
| |
creates a multiple-precision integer initialized with
i.
| |
| |
creates a multiple-precision integer initialized with
the integral part of d.
|