Correct documentation mistakes in double.h and long_double.h

This commit is contained in:
Léo Valque 2025-02-06 14:29:58 +01:00
parent b19515e1f8
commit d76edec2f0
2 changed files with 3 additions and 1 deletions

View File

@ -4,7 +4,7 @@
This header provides all necessary functions so the fundamental
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.
\cgalModels{FieldWithSqrt,RealEmbeddable}

View File

@ -7,6 +7,8 @@ This header provides all necessary functions so the fundamental type
`long double` is a model of the concepts `RealEmbeddable` and
`FieldWithSqrt`. Due to rounding errors and overflow `long double` is
considered as not exact.
\cgalModels{FieldWithSqrt,RealEmbeddable}
*/
namespace CGAL {