We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When looking at the documentation of float.h (Number_types/float_8h.html) we see:
so everywhere FieldWithSqrt is used.
FieldWithSqrt
Looking at the documentation of double.h (Number_types/double_8h.html) we see:
so first twice Field and later on FieldWithSqrt
Field
in the documentation of long_double.h (Number_types/long__double_8h.html) we see:
The text was updated successfully, but these errors were encountered:
Incorrect link to "Perturbations for Delaunay and weighted Delaunay 3…
ab2afb2
…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
So the 2 differecens look like to be:
Anything I can do here?
Sorry, something went wrong.
No branches or pull requests
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 onFieldWithSqrt
in the documentation of long_double.h (Number_types/long__double_8h.html) we see:
The text was updated successfully, but these errors were encountered: