summaryrefslogtreecommitdiff
path: root/tests/texp.c
diff options
context:
space:
mode:
authorzimmerma <zimmerma@280ebfd0-de03-0410-8827-d642c229c3f4>2016-06-02 14:59:10 +0000
committerzimmerma <zimmerma@280ebfd0-de03-0410-8827-d642c229c3f4>2016-06-02 14:59:10 +0000
commitfe988ba510e68c49b23b4212e4d7e8f387d8fc4c (patch)
treeb99f57ddee6971fa916fc3c553ed3cdbc31f0db0 /tests/texp.c
parent1cf9b0727562b04533d023747b0d29d8a47e289c (diff)
downloadmpfr-fe988ba510e68c49b23b4212e4d7e8f387d8fc4c.tar.gz
RNDF: partially fixed texp
git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/branches/faithful@10402 280ebfd0-de03-0410-8827-d642c229c3f4
Diffstat (limited to 'tests/texp.c')
-rw-r--r--tests/texp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/texp.c b/tests/texp.c
index 0e85589b4..97399eb9c 100644
--- a/tests/texp.c
+++ b/tests/texp.c
@@ -581,7 +581,7 @@ overflowed_exp0 (void)
err = 1;
}
}
- else
+ else if (rnd != MPFR_RNDF)
{
if (inex <= 0)
{