summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorenge <enge@211d60ee-9f03-0410-a15a-8952a2c7a4e4>2012-09-17 15:10:23 +0000
committerenge <enge@211d60ee-9f03-0410-a15a-8952a2c7a4e4>2012-09-17 15:10:23 +0000
commitce0a7b1a5e1d7649b30871ddde6e9cec0fd28495 (patch)
tree42f4e1a275b2678d1ada6b49a0c67bd38716e0e6
parent7df8ef61f9fc6f0a6f66cf67f84b251df01d0294 (diff)
downloadmpc-ce0a7b1a5e1d7649b30871ddde6e9cec0fd28495.tar.gz
algorithms.tex: typo, keep rounding error separate from propagated error
git-svn-id: svn://scm.gforge.inria.fr/svn/mpc/trunk@1268 211d60ee-9f03-0410-a15a-8952a2c7a4e4
-rw-r--r--doc/algorithms.tex2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/algorithms.tex b/doc/algorithms.tex
index d69fecc..84f85c3 100644
--- a/doc/algorithms.tex
+++ b/doc/algorithms.tex
@@ -562,7 +562,7 @@ exponent than the operands, that is, if cancellation occurs.
If $\appro {x_1}$ and $\appro {x_2}$, have the same sign, then there
is no cancellation, $d_{R, n} \leq 0$ and
\[
-\error (\appro x) \leq (k_{R,1} + k_{R,2} + c_R) 2^{\Exp (\appro x) - p}.
+\error (\appro x) \leq (k_{R,1} + k_{R,2}) 2^{\Exp (\appro x) - p}.
\]
An analogous error bound holds for the imaginary part.