Update Number_types/doc/Number_types/CGAL/MP_Float.h

Co-authored-by: Andreas Fabri <andreas.fabri@geometryfactory.com>
This commit is contained in:
Sebastien Loriot 2025-07-23 16:59:15 +02:00 committed by GitHub
parent 28790e8da9
commit ba424ed028
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -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`.
*/