CGAL 5.1.5 - Number Types
|
#include <CGAL/CORE_BigInt.h>
The class CORE::BigInt
provides exact computation in \( \Z\).
Operations and comparisons between objects of this type are guaranteed to be exact. This number type is provided by the Core library [3].
CGAL defines the necessary functions so that this class complies to the requirements on number types.