summaryrefslogtreecommitdiff
path: root/tests/tdiv.c
diff options
context:
space:
mode:
authorpelissip <pelissip@280ebfd0-de03-0410-8827-d642c229c3f4>2005-06-06 13:52:29 +0000
committerpelissip <pelissip@280ebfd0-de03-0410-8827-d642c229c3f4>2005-06-06 13:52:29 +0000
commitac367785e482c011eed621bbb3a3480b8856cf7f (patch)
treedbb8a2b9559f64b94b104b783c47becfe2e8d0ab /tests/tdiv.c
parentd2cdaf3e03265f0d622a414b1714348b9f00abc4 (diff)
downloadmpfr-ac367785e482c011eed621bbb3a3480b8856cf7f.tar.gz
Remove mpfr_sub_one_ulp from MPFR library.
Keep the C file until we are sure it not needed anymore. git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@3616 280ebfd0-de03-0410-8827-d642c229c3f4
Diffstat (limited to 'tests/tdiv.c')
-rw-r--r--tests/tdiv.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/tdiv.c b/tests/tdiv.c
index 3162f96c4..510991441 100644
--- a/tests/tdiv.c
+++ b/tests/tdiv.c
@@ -431,7 +431,7 @@ check_lowr (void)
}
else if (c == -2)
{
- mpfr_sub_one_ulp(z, GMP_RNDN);
+ mpfr_nexttozero (z);
if (mpfr_cmp(z2, z))
{
printf ("Error in mpfr_div [even rnd?] rnd=GMP_RNDN\n");