\( \newcommand{\E}{\mathrm{E}} \) \( \newcommand{\A}{\mathrm{A}} \) \( \newcommand{\R}{\mathrm{R}} \) \( \newcommand{\N}{\mathrm{N}} \) \( \newcommand{\Q}{\mathrm{Q}} \) \( \newcommand{\Z}{\mathrm{Z}} \) \( \def\ccSum #1#2#3{ \sum_{#1}^{#2}{#3} } \def\ccProd #1#2#3{ \sum_{#1}^{#2}{#3} }\)
CGAL 4.8.2 - Number Types
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Groups Pages

Classes

class  CGAL::Gmpfi
 An object of the class Gmpfi is a closed interval, with endpoints represented as Gmpfr floating-point numbers. More...
 
class  CGAL::Gmpfr
 An object of the class Gmpfr is a fixed precision floating-point number, based on the Mpfr library. More...
 
class  CGAL::Gmpq
 An object of the class Gmpq is an arbitrary precision rational number based on the Gmp library. More...
 
class  mpq_class
 The class mpq_class is an exact multiprecision rational number type, provided by Gmp. More...
 
class  mpz_class
 The class mpz_class is an exact multiprecision integer number type, provided by Gmp. More...
 
class  CGAL::Gmpz
 An object of the class Gmpz is an arbitrary precision integer based on the Gmp Library. More...
 
class  CGAL::Gmpzf
 An object of the class Gmpzf is a multiple-precision floating-point number which can represent numbers of the form \( m*2^e\), where \( m\) is an arbitrary precision integer based on the Gmp library, and \( e\) is of type long. More...
 
class  CGAL::Mpzf
 An object of the class Mpzf is a multiple-precision floating-point number which can represent numbers of the form \( m*2^e\), where \( m\) is an arbitrary precision integer based on the GMP library, and \( e\) is of type int. More...