summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorvlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2007-11-24 01:24:05 +0000
committervlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2007-11-24 01:24:05 +0000
commitb8712dd847de343415c42bade00c81327c9834c7 (patch)
treec6a14c3917135b76caaa8896965e8a2d9b8e33d7
parent0dbaef5de58da9397747440eb571c4fd2c84232b (diff)
downloadmpfr-b8712dd847de343415c42bade00c81327c9834c7.tar.gz
mpfr.texi: s/rounding to the nearest mode/rounding to nearest mode/
git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@5005 280ebfd0-de03-0410-8827-d642c229c3f4
-rw-r--r--mpfr.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/mpfr.texi b/mpfr.texi
index f8e216536..640036d0b 100644
--- a/mpfr.texi
+++ b/mpfr.texi
@@ -1849,7 +1849,7 @@ that is not representable in @var{rop}, 2 or @minus{}2 when @var{op} is
not an integer.
Note that @code{mpfr_round} is different from @code{mpfr_rint} called with
-the rounding to the nearest mode (where halfway cases are rounded to an even
+the rounding to nearest mode (where halfway cases are rounded to an even
integer or significand). Note also that no double rounding is performed; for
instance, 4.5 (100.1 in binary) is rounded by @code{mpfr_round} to 4 (100
in binary) in 2-bit precision, though @code{round(4.5)} is equal to 5 and