summaryrefslogtreecommitdiff
path: root/tests/texp.c
diff options
context:
space:
mode:
authorvlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2008-07-30 14:01:45 +0000
committervlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2008-07-30 14:01:45 +0000
commitb15ef22b767ffcbb1bc4aa50e8fbee70bf6d5679 (patch)
treec9dfc9e3e3f2fefb64dc0f85ebd2bed50577a9cf /tests/texp.c
parent5d9555c9fb05ce06686dcf5f9f727b51de32aece (diff)
downloadmpfr-b15ef22b767ffcbb1bc4aa50e8fbee70bf6d5679.tar.gz
tests/texp.c: completed a comment.
git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@5463 280ebfd0-de03-0410-8827-d642c229c3f4
Diffstat (limited to 'tests/texp.c')
-rw-r--r--tests/texp.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/texp.c b/tests/texp.c
index 2f202f5b3..82bde310c 100644
--- a/tests/texp.c
+++ b/tests/texp.c
@@ -635,6 +635,8 @@ underflow_up (int extended_emin)
* Incorrect flags in underflow_up, eps > 0, GMP_RNDN and extended emin
* for precx = 96, precy = 16, mpfr_exp_3
* Got 9 instead of 8.
+ * Note: testing this case in several precisions for x and y introduces
+ * some useful random. Indeed, the bug is not always triggered.
*/
for (precx = 16; precx <= 128; precx += 16)
{