mirror of https://github.com/CGAL/cgal
Fix typo
This commit is contained in:
parent
57465431e8
commit
22b0cc6efb
|
|
@ -384,7 +384,7 @@ whereas `MP_Float` with `Field_with_sqrt_tag` will give
|
||||||
inexact predicates.
|
inexact predicates.
|
||||||
|
|
||||||
Although exact number types provide exact predicates and constructions,
|
Although exact number types provide exact predicates and constructions,
|
||||||
their use often result in unacceptably large runtimes.
|
their use often results in unacceptably large runtimes.
|
||||||
The class `Apollonius_graph_filtered_traits_2<CK,CM,EK,EM,FK,FM>`
|
The class `Apollonius_graph_filtered_traits_2<CK,CM,EK,EM,FK,FM>`
|
||||||
aims to paliate this shortcoming. Similar to a filtered kernel, it takes a
|
aims to paliate this shortcoming. Similar to a filtered kernel, it takes a
|
||||||
constructions kernel `CK`, a filtering kernel `FK` and an
|
constructions kernel `CK`, a filtering kernel `FK` and an
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue