We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b741ed9 + 7a08a00 commit dc2b48bCopy full SHA for dc2b48b
Apollonius_graph_2/include/CGAL/Parabola_segment_2.h
@@ -63,7 +63,7 @@ class Parabola_segment_2 : public Parabola_2< Gt >
63
}
64
65
int compute_k(const FT tt, const FT STEP) const {
66
- return int(CGAL::to_double(CGAL::sqrt(tt / STEP)));
+ return int(CGAL::to_double(CGAL::approximate_sqrt(tt / STEP)));
67
68
69
// s0 and s1 define a desired drawing "range"
0 commit comments