Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
albert-github opened this issue Oct 10, 2023 · 1 comment

Comments

@albert-github
Copy link
Contributor

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 added a commit to albert-github/cgal that referenced this issue Dec 4, 2023
…D Triangulations"

The link for the document "Perturbations for Delaunay and weighted Delaunay 3D Triangulations" was in CGAL#7781 (based on CGAL#7762) changed but it is not available at he address "https://theses.hal.science/inria-00560388/" but at "https://hal.science/inria-00560388/".
(The other changes were correct).

Found in Triangulation_3/citelist.html
@albert-github
Copy link
Contributor Author

So the 2 differecens look like to be:

  • Field versus FieldWithSqrt, which one to use
  • with long_double should there also be:
    image

Anything I can do here?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants