summaryrefslogtreecommitdiff
path: root/src/python/doc/alpha_complex_user.rst
diff options
context:
space:
mode:
authorROUVREAU Vincent <vincent.rouvreau@inria.fr>2020-06-05 18:03:04 +0200
committerROUVREAU Vincent <vincent.rouvreau@inria.fr>2020-06-05 18:03:04 +0200
commit841dac596c9a2ce8e1882e382a9cc1d003edfbee (patch)
treeca44d3212e38ff566258f6a1cb6980b204370223 /src/python/doc/alpha_complex_user.rst
parenta4598f043824db493369d3e78048139988bde9aa (diff)
Code review: type is float
Diffstat (limited to 'src/python/doc/alpha_complex_user.rst')
-rw-r--r--src/python/doc/alpha_complex_user.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/python/doc/alpha_complex_user.rst b/src/python/doc/alpha_complex_user.rst
index c1ed0eaa..a75a0347 100644
--- a/src/python/doc/alpha_complex_user.rst
+++ b/src/python/doc/alpha_complex_user.rst
@@ -25,7 +25,7 @@ Remarks
make sense in higher dimension precisely because you can bound the radii.
* Using the default :code:`complexity = 'safe'` makes the construction safe.
If you pass :code:`complexity = 'exact'` to :func:`~gudhi.AlphaComplex.__init__`, the filtration values are the exact
- ones converted to the filtration value type of the simplicial complex. This can be very slow.
+ ones converted to float. This can be very slow.
If you pass :code:`complexity = 'safe'` (the default) or :code:`complexity = 'fast'`, the filtration values are only
guaranteed to have a small multiplicative error compared to the exact value, see
`CGAL::Lazy_exact_nt<NT>::set_relative_precision_of_to_double <https://doc.cgal.org/latest/Number_types/classCGAL_1_1Lazy__exact__nt.html>`_