summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorvlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2015-11-10 12:57:20 +0000
committervlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2015-11-10 12:57:20 +0000
commit9c2f4d27a71ca8f7b22b584ed13af365fc51972f (patch)
treef65222995721c7dfaa213effe8d677110d1a1280 /doc
parent273d15a68958542525af704ca04c054f23df6c22 (diff)
downloadmpfr-9c2f4d27a71ca8f7b22b584ed13af365fc51972f.tar.gz
[doc/sum.txt] Update.
git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@9735 280ebfd0-de03-0410-8827-d642c229c3f4
Diffstat (limited to 'doc')
-rw-r--r--doc/sum.txt5
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/sum.txt b/doc/sum.txt
index 6bbcec6a4..9220d310b 100644
--- a/doc/sum.txt
+++ b/doc/sum.txt
@@ -380,9 +380,10 @@ Thus it is initialized to the minimum value of the exponent type:
MPFR_EXP_MIN; this choice means that at the end of the loop below,
maxexp2 will be MPFR_EXP_MIN iff there are no more tails (this case
implies that the truncated sum is exact). If a new iteration is needed,
-then maxexp2 will be the maxexp of this new iteration.
+then maxexp2 will be assigned to the maxexp variable for this new
+iteration.
-Then one has a loop over the inputs x[i]. Each iteration consists in
+Then one has a loop over the inputs x[i]. Each iteration consists of
the following steps:
1. If the input is not regular, skip it (go to the next iteration).