mirror of https://github.com/CGAL/cgal
Correct documentation mistakes in double.h and long_double.h
This commit is contained in:
parent
b19515e1f8
commit
d76edec2f0
|
|
@ -4,7 +4,7 @@
|
||||||
|
|
||||||
This header provides all necessary functions so the fundamental
|
This header provides all necessary functions so the fundamental
|
||||||
type `double` is a model of the concepts `RealEmbeddable` and
|
type `double` is a model of the concepts `RealEmbeddable` and
|
||||||
`Field`. Due to rounding errors and overflow `double` is considered as
|
`FieldWithSqrt`. Due to rounding errors and overflow `double` is considered as
|
||||||
not exact.
|
not exact.
|
||||||
|
|
||||||
\cgalModels{FieldWithSqrt,RealEmbeddable}
|
\cgalModels{FieldWithSqrt,RealEmbeddable}
|
||||||
|
|
|
||||||
|
|
@ -7,6 +7,8 @@ This header provides all necessary functions so the fundamental type
|
||||||
`long double` is a model of the concepts `RealEmbeddable` and
|
`long double` is a model of the concepts `RealEmbeddable` and
|
||||||
`FieldWithSqrt`. Due to rounding errors and overflow `long double` is
|
`FieldWithSqrt`. Due to rounding errors and overflow `long double` is
|
||||||
considered as not exact.
|
considered as not exact.
|
||||||
|
|
||||||
|
\cgalModels{FieldWithSqrt,RealEmbeddable}
|
||||||
*/
|
*/
|
||||||
|
|
||||||
namespace CGAL {
|
namespace CGAL {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue