summaryrefslogtreecommitdiff
path: root/exp.c
diff options
context:
space:
mode:
Diffstat (limited to 'exp.c')
-rw-r--r--exp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/exp.c b/exp.c
index 95badbdc8..dc8a55b8d 100644
--- a/exp.c
+++ b/exp.c
@@ -72,7 +72,7 @@ mpfr_exp (mpfr_ptr y, mpfr_srcptr x, mp_rnd_t rnd_mode)
detects overflows rigorously. Concerning the underflow, this
can be detected by a scaling. As the last operation is a square
(z^2), the scaling is needed (and very easy to do) only if an
- underflow is generated by this operation.
+ underflow is generated by this operation. [Fixed in r5469]
As a consequence, we won't need a rigorous underflow/overflow
detection test here in exp.c (only the main cases of underflow
and overflow). */