mirror of https://github.com/CGAL/cgal
Update Number_types/doc/Number_types/CGAL/MP_Float.h
Co-authored-by: Andreas Fabri <andreas.fabri@geometryfactory.com>
This commit is contained in:
parent
28790e8da9
commit
ba424ed028
|
|
@ -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
|
The implementation of `MP_Float` is simple but provides a quadratic
|
||||||
complexity for multiplications. This can be a problem for large operands.
|
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`.
|
you may want to consider using `Mpzf` or `Gmpzf`.
|
||||||
|
|
||||||
*/
|
*/
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue