summaryrefslogtreecommitdiff
path: root/doc/sum.txt
diff options
context:
space:
mode:
authorvlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2016-11-07 14:06:50 +0000
committervlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2016-11-07 14:06:50 +0000
commit2ec764b5ba37dd4027430868c0360dc3f5ea1fca (patch)
tree73d3cf5fb470d1006d25b3a0aae8df71d9d64c3b /doc/sum.txt
parente90f468abc7cc04c59cd8d64e985bc58b8e77115 (diff)
downloadmpfr-2ec764b5ba37dd4027430868c0360dc3f5ea1fca.tar.gz
[doc/sum.txt] Minor update.
git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@10940 280ebfd0-de03-0410-8827-d642c229c3f4
Diffstat (limited to 'doc/sum.txt')
-rw-r--r--doc/sum.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/sum.txt b/doc/sum.txt
index 380cd944b..632bb1f99 100644
--- a/doc/sum.txt
+++ b/doc/sum.txt
@@ -891,9 +891,9 @@ The values of 3 variables are determined:
* inex: 0 if the final sum is known to be exact (which can be the
case only if maxexp = MPFR_EXP_MIN), otherwise 1.
* rbit: the rounding bit (0 or 1) of the truncated sum, changed to 0
- for halfway cases that round toward −infinity if the rounding mode
- is to nearest (so that this bit gives the rounding direction), as
- explained below.
+ for halfway cases that will round toward −infinity if the rounding
+ mode is to nearest (so that this bit gives the rounding direction),
+ as explained below.
* tmd: three possible values:
0: the TMD does not occur.
1: the TMD occurs on a machine number.