summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Zimmermann <Paul.Zimmermann@inria.fr>2017-03-08 13:19:22 +0100
committerPaul Zimmermann <Paul.Zimmermann@inria.fr>2017-03-08 13:19:22 +0100
commitfc39206a60582b4966b54b1d7db9c6a14f2ca02e (patch)
treed8cc42cc7713bcb8520ba7f7c9c30927a20e7060
parent958aac9b15a659d6fb5edcb11778123f8a35b14f (diff)
downloadmpc-git-fc39206a60582b4966b54b1d7db9c6a14f2ca02e.tar.gz
[src/atan.c] fixed typo in comment
-rw-r--r--src/atan.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/atan.c b/src/atan.c
index d93eab1..a018d19 100644
--- a/src/atan.c
+++ b/src/atan.c
@@ -200,7 +200,7 @@ mpc_atan (mpc_ptr rop, mpc_srcptr op, mpc_rnd_t rnd)
else
err = 1; /* 1 + 2^err <= 2^1 */
- /* the error is bounded by 'err' ulps */
+ /* the error is bounded by 2^err ulps */
ok = inex_im == 0
|| mpfr_can_round (y, p - err, rnd_away, MPFR_RNDZ,