cgal icon indicating copy to clipboard operation
cgal copied to clipboard

Discrepancy in documentation of "float.h", "double.h" and "long_double.h"

Open albert-github opened this issue 2 years ago • 0 comments

When looking at the documentation of float.h (Number_types/float_8h.html) we see: image

so everywhere FieldWithSqrt is used.

Looking at the documentation of double.h (Number_types/double_8h.html) we see: image

so first twice Field and later on FieldWithSqrt

  • what is the right way?

in the documentation of long_double.h (Number_types/long__double_8h.html) we see: image

  • shouldn't this be a bit more inline with float / double, so a "heading": "is model of" ?

albert-github avatar Oct 10 '23 13:10 albert-github