diff options
author | ryde <ryde@280ebfd0-de03-0410-8827-d642c229c3f4> | 2003-09-21 00:07:26 +0000 |
---|---|---|
committer | ryde <ryde@280ebfd0-de03-0410-8827-d642c229c3f4> | 2003-09-21 00:07:26 +0000 |
commit | 235b1aad48d75f4ff8a7de0bd22a3f6fd7138333 (patch) | |
tree | dec5824dcd0f98825c5b5a3c6629a541ae4fd095 /mpfr.texi | |
parent | 39460a5690c2e6a92ede77bc3dd3e021059dcbda (diff) | |
download | mpfr-235b1aad48d75f4ff8a7de0bd22a3f6fd7138333.tar.gz |
(Rounding Modes): Add blank line around @itemize.
git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@2424 280ebfd0-de03-0410-8827-d642c229c3f4
Diffstat (limited to 'mpfr.texi')
-rw-r--r-- | mpfr.texi | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -566,12 +566,14 @@ precision, then MPFR will still compute the result with full precision. @section Rounding Modes The following four rounding modes are supported: + @itemize @bullet @item @code{GMP_RNDN}: round to nearest @item @code{GMP_RNDZ}: round towards zero @item @code{GMP_RNDU}: round towards plus infinity @item @code{GMP_RNDD}: round towards minus infinity @end itemize + The @samp{round to nearest} mode works as in the IEEE 754-1985 standard: in case the number to be rounded lies exactly in the middle of two representable numbers, it is rounded to the one with the least significant bit set to zero. |