mirror of https://github.com/CGAL/cgal
added missing doc for FromDoubleConstructible
This commit is contained in:
parent
7815f845e0
commit
2bb7ee56c3
|
|
@ -5,9 +5,9 @@
|
|||
|
||||
The class \ccRefName\ is a variable precision floating-point type.
|
||||
Rounding mode and precision (i.e.\ mantissa length) of
|
||||
\ccc{leda_bigfloat} can be set.
|
||||
Since it also carries the error of a computed value,
|
||||
\ccRefName\ can be considered as an interval type,
|
||||
\ccRefName\ can be set.
|
||||
Since it also carries the error of a computed value.
|
||||
%\ccRefName\ can be considered as an interval type
|
||||
|
||||
This number type is provided by the {\sc Core} library~\cite{klpy-clp-99}.
|
||||
|
||||
|
|
@ -18,8 +18,8 @@ requirements on number types.
|
|||
|
||||
\ccIsModel
|
||||
\ccc{FieldWithKthRoot}\\
|
||||
\\
|
||||
\ccc{RealEmbeddable}
|
||||
\ccc{RealEmbeddable}\\
|
||||
\ccc{FromDoubleConstructible}\\
|
||||
|
||||
\end{ccRefClass}
|
||||
\ccDefGlobalScope{CGAL::}
|
||||
|
|
@ -16,6 +16,7 @@ requirements on number types.
|
|||
\ccc{Field}\\
|
||||
\ccc{RealEmbeddable}\\
|
||||
\ccc{Fraction}\\
|
||||
\ccc{FromDoubleConstructible}\\
|
||||
|
||||
\end{ccRefClass}
|
||||
\ccDefGlobalScope{CGAL::}
|
||||
|
|
@ -17,8 +17,8 @@ requirements on number types.
|
|||
|
||||
\ccIsModel
|
||||
\ccc{FieldWithRootOf}\\
|
||||
\\
|
||||
\ccc{RealEmbeddable}
|
||||
\ccc{RealEmbeddable}\\
|
||||
\ccc{FromDoubleConstructible}\\
|
||||
|
||||
\end{ccRefClass}
|
||||
\ccDefGlobalScope{CGAL::}
|
||||
|
|
|
|||
|
|
@ -16,8 +16,8 @@ manual~\cite{cgal:mnsu-lum}.
|
|||
|
||||
\ccIsModel
|
||||
\ccc{FieldWithKthRoot}\\
|
||||
\\
|
||||
\ccc{RealEmbeddable}
|
||||
\ccc{RealEmbeddable}\\
|
||||
\ccc{FromDoubleConstructible}\\
|
||||
|
||||
\end{ccRefClass}
|
||||
\ccDefGlobalScope{CGAL::}
|
||||
|
|
|
|||
|
|
@ -8,13 +8,13 @@ The class \ccRefName\ is a wrapper class that provides the functions
|
|||
needed to use the number type \ccc{rational}, representing exact
|
||||
multiprecision rational numbers provided by {\sc LEDA}.
|
||||
|
||||
|
||||
\ccInclude{CGAL/leda_rational.h}
|
||||
|
||||
\ccIsModel
|
||||
\ccc{Field}\\
|
||||
\ccc{RealEmbeddable}\\
|
||||
\ccc{Fraction}
|
||||
\ccc{Fraction}\\
|
||||
\ccc{FromDoubleConstructible}\\
|
||||
|
||||
For more details on the number types of \leda\ we refer to the \leda\
|
||||
manual~\cite{cgal:mnsu-lum}.
|
||||
|
|
|
|||
|
|
@ -17,8 +17,8 @@ to be exact.
|
|||
|
||||
\ccIsModel
|
||||
\ccc{FieldWithRootOf}\\
|
||||
\\
|
||||
\ccc{RealEmbeddable}
|
||||
\ccc{RealEmbeddable}\\
|
||||
\ccc{FromDoubleConstructible}\\
|
||||
|
||||
For more details on the number types of \leda\ we refer to the \leda\
|
||||
manual~\cite{cgal:mnsu-lum}.
|
||||
|
|
|
|||
Loading…
Reference in New Issue