cgal
cgal copied to clipboard
Discrepancy in documentation of "float.h", "double.h" and "long_double.h"
When looking at the documentation of float.h (Number_types/float_8h.html) we see:
so everywhere FieldWithSqrt is used.
Looking at the documentation of double.h (Number_types/double_8h.html) we see:
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:
- shouldn't this be a bit more inline with float / double, so a "heading": "is model of" ?