diff options
author | vlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4> | 2008-08-20 12:48:53 +0000 |
---|---|---|
committer | vlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4> | 2008-08-20 12:48:53 +0000 |
commit | 5bc110f8d4e1ef4ef87c77a17934f7d78e57f6bf (patch) | |
tree | f85cd05aaead09088461f3b759953242a0be9a82 /tests/tpow.c | |
parent | 8dfa4b761dcc484c2c481f43d6e0e3e9817dd682 (diff) | |
download | mpfr-5bc110f8d4e1ef4ef87c77a17934f7d78e57f6bf.tar.gz |
tests/tpow.c: updated comment for bug20080820().
git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@5554 280ebfd0-de03-0410-8827-d642c229c3f4
Diffstat (limited to 'tests/tpow.c')
-rw-r--r-- | tests/tpow.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/tpow.c b/tests/tpow.c index 387209165..4e617d0a6 100644 --- a/tests/tpow.c +++ b/tests/tpow.c @@ -1300,7 +1300,7 @@ bug20080721 (void) exit (1); } -/* The following test fails in r5552. This is due to: +/* The following test fails in r5552 (32-bit and 64-bit). This is due to: * mpfr_log (t, absx, GMP_RNDU); * mpfr_mul (t, y, t, GMP_RNDU); * in pow.c, that is supposed to compute an upper bound on exp(y*ln|x|), |