summaryrefslogtreecommitdiff
path: root/exp.c
diff options
context:
space:
mode:
authorvlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2008-07-31 10:24:28 +0000
committervlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2008-07-31 10:24:28 +0000
commitfa06c072732faf8b7b8530806cb3bab2415641cf (patch)
tree769a1935f60175f00b3ee5d7acaf54764dbb37d4 /exp.c
parent3afbe9247840dece68af369f01b321229b2df779 (diff)
downloadmpfr-fa06c072732faf8b7b8530806cb3bab2415641cf.tar.gz
exp.c: updated comment about the exp3.c routine.
git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@5470 280ebfd0-de03-0410-8827-d642c229c3f4
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). */