file replaced by CORE_Expr.tex

This commit is contained in:
Michael Hemmer 2007-01-29 12:20:40 +00:00
parent ee08c1decb
commit 9b80ed1e28
1 changed files with 0 additions and 21 deletions

View File

@ -1,21 +0,0 @@
\ccDefGlobalScope{}
\begin{ccRefClass}{CORE::Expr}
\ccDefinition
The class \ccRefName\ provides exact computation over the subset of real
numbers that contains integers, and which is closed by the operations
$+,-,\times,/$ and $\sqrt{}$. Comparisons between objets of this type
are guaranteed to be exact. This number type is provided by the
{\sc Core} library~\cite{klpy-clp-99}.
\cgal\ defines the necessary functions so that this class complies to the
requirements on number types.
\ccInclude{CGAL/CORE_Expr.h}
\ccIsModel
FieldNumberType
\end{ccRefClass}
\ccDefGlobalScope{CGAL::}