summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorvlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2021-02-01 11:03:28 +0000
committervlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2021-02-01 11:03:28 +0000
commit3d9278ec14cbd72372469f8b843ad45becd81633 (patch)
treedf55c832b3cf3cb996bf4cfbe0953fba8781d2bc /doc
parentfac90264413e3b510c14ee8245a5abfd9ab65dff (diff)
downloadmpfr-3d9278ec14cbd72372469f8b843ad45becd81633.tar.gz
[doc/mpfr.texi] Correction about mpfr_get_* and NaN.
git-svn-id: https://scm.gforge.inria.fr/anonscm/svn/mpfr/trunk@14306 280ebfd0-de03-0410-8827-d642c229c3f4
Diffstat (limited to 'doc')
-rw-r--r--doc/mpfr.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/mpfr.texi b/doc/mpfr.texi
index 24a2515bc..e2f88f3af 100644
--- a/doc/mpfr.texi
+++ b/doc/mpfr.texi
@@ -1608,7 +1608,7 @@ See @code{mpfr_set_str}.
Convert @var{op} to a @code{float} (respectively @code{double},
@code{long double}, @code{_Decimal64}, or @code{_Decimal128})
using the rounding mode @var{rnd}.
-If @var{op} is NaN, some fixed NaN (either quiet or signaling) or the result
+If @var{op} is NaN, some NaN (either quiet or signaling) or the result
of 0.0/0.0 is returned (the sign bit is not preserved).
If @var{op} is @pom{}Inf, an infinity of the same
sign or the result of @pom{}1.0/0.0 is returned. If @var{op} is zero, these