Minor rephrasing about the exactness of Mpfz(double)

This commit is contained in:
Laurent Rineau 2013-11-13 11:15:27 +01:00
parent d466a4ce22
commit ae4ff9bc05
1 changed files with 2 additions and 2 deletions

View File

@ -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.