From 3d9278ec14cbd72372469f8b843ad45becd81633 Mon Sep 17 00:00:00 2001 From: vlefevre Date: Mon, 1 Feb 2021 11:03:28 +0000 Subject: [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 --- doc/mpfr.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc') 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 -- cgit v1.2.1