Loading [MathJax]/extensions/TeX/newcommand.js
\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
All Classes Namespaces Files Functions Variables Typedefs Enumerations Friends Modules Pages
CORE Namespace Reference

Classes

class  BigFloat
 The class CORE::BigFloat is a variable precision floating-point type. More...
 
class  BigInt
 The class CORE::BigInt provides exact computation in \Z. More...
 
class  BigRat
 The class CORE::BigRat provides exact computation in \Q. More...
 
class  Expr
 The class CORE::Expr provides exact computation over the subset of real numbers that contains integers, and which is closed by the operations +,-,\times,/,\sqrt{} and \sqrt[k]{}. More...