From fb49008542943a857e4fefdb12c696026157ee7d Mon Sep 17 00:00:00 2001 From: Daniel VandenHeuvel <95613936+DanielVandH@users.noreply.github.com> Date: Mon, 8 Jul 2024 13:10:14 +0100 Subject: [PATCH] Update disabling_ea.md --- docs/src/manual/disabling_ea.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/manual/disabling_ea.md b/docs/src/manual/disabling_ea.md index 3098b4d7c..b08705b69 100644 --- a/docs/src/manual/disabling_ea.md +++ b/docs/src/manual/disabling_ea.md @@ -4,7 +4,7 @@ CurrentModule = DelaunayTriangulation # Disabling Exact Predicates -For performance reasons, you may find it useful to want to disable exact predicates using [ExactPredicates.jl](https://github.com/lairez/ExactPredicates.jl). This can be easily done using a setup with [Preferences.jl](https://github.com/JuliaPackaging/Preferences.jl), but before you consider disabling exact predicates.jl, there are a few things to be aware of. If you just want to disable them without reading a lot of information warning you about the consequences, please skip to the end. +For performance reasons, you may find it useful to want to disable exact predicates using [ExactPredicates.jl](https://github.com/lairez/ExactPredicates.jl). This can be easily done using a setup with [Preferences.jl](https://github.com/JuliaPackaging/Preferences.jl), but before you consider disabling exact predicates, there are a few things to be aware of. If you just want to disable them without reading a lot of information warning you about the consequences, please skip to the end. ## Why use exact predicates?