From ba424ed028e4605535c5fdfe84b1046b10e1f79f Mon Sep 17 00:00:00 2001 From: Sebastien Loriot Date: Wed, 23 Jul 2025 16:59:15 +0200 Subject: [PATCH] Update Number_types/doc/Number_types/CGAL/MP_Float.h Co-authored-by: Andreas Fabri --- Number_types/doc/Number_types/CGAL/MP_Float.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Number_types/doc/Number_types/CGAL/MP_Float.h b/Number_types/doc/Number_types/CGAL/MP_Float.h index ac2c6124b75..47167bd7188 100644 --- a/Number_types/doc/Number_types/CGAL/MP_Float.h +++ b/Number_types/doc/Number_types/CGAL/MP_Float.h @@ -24,7 +24,7 @@ plan to also have a multiprecision exponent to fix this issue. The implementation of `MP_Float` is simple but provides a quadratic complexity for multiplications. This can be a problem for large operands. -For faster implementations of the same functionality, if `GMP` is available, +For faster implementations of the same functionality, if \gmp is available, you may want to consider using `Mpzf` or `Gmpzf`. */