mirror of https://github.com/CGAL/cgal
Minor rephrasing about the exactness of Mpfz(double)
This commit is contained in:
parent
d466a4ce22
commit
ae4ff9bc05
|
|
@ -9,8 +9,8 @@ number which can represent numbers of the form \f$ m*2^e\f$, where \f$
|
|||
m\f$ is an arbitrary precision integer based on the <span
|
||||
class="textsc">GMP</span> library, and \f$ e\f$ is of type `int`. This
|
||||
type can be considered exact, even if the exponent is not a
|
||||
multiple-precision number. A `Mpzf` constructed from integer and a floating point
|
||||
number type represents exactly this number, the input is valid and finite.
|
||||
multiple-precision number. A `Mpzf` constructed from an integer or a
|
||||
normalized finite floating point number represents exactly that number.
|
||||
This number type offers functionality very
|
||||
similar to `MP_Float` and `Gmpzf` but is faster.
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue