\( \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.12.1 - Number Types
CORE::BigRat Class Reference

#include <CGAL/CORE_BigRat.h>

Definition

The class CORE::BigRat provides exact computation in \( \Q\).

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.

Is Model Of:

Field

RealEmbeddable

Fraction

FromDoubleConstructible