summaryrefslogtreecommitdiff
path: root/tests/tdim.c
diff options
context:
space:
mode:
authorpelissip <pelissip@280ebfd0-de03-0410-8827-d642c229c3f4>2004-02-12 13:49:44 +0000
committerpelissip <pelissip@280ebfd0-de03-0410-8827-d642c229c3f4>2004-02-12 13:49:44 +0000
commit859d0ad282e99fe442820365a7502c6beeaafcc4 (patch)
treec39e694d507352f21884a80219657ff250d80f9b /tests/tdim.c
parent10c4bdb6e6cb0a84720fc9d8c1f3bc91fceca204 (diff)
downloadmpfr-859d0ad282e99fe442820365a7502c6beeaafcc4.tar.gz
+ Add mpfr_add1sp which provides addition when all the operands have the same precision.
+ Add new test files for mpfr_copysign and mpfr_min and mpfr_max. + Add test for mpfr_exp10 in tests/texp.c + Improve coverage of div_2ui.c and mul_2ui.c + Add a forgotten ASSERT in mpfr_sqrt git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@2686 280ebfd0-de03-0410-8827-d642c229c3f4
Diffstat (limited to 'tests/tdim.c')
-rw-r--r--tests/tdim.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/tdim.c b/tests/tdim.c
index cccca8aeb..8749d0c7a 100644
--- a/tests/tdim.c
+++ b/tests/tdim.c
@@ -71,7 +71,7 @@ main (void)
mpfr_dim (z, x, y, GMP_RNDN);
if (mpfr_cmp_ui (z, 0) || mpfr_sgn (z) < 0)
{
- printf ("Error in mpfr_dim (+Inf, 0)\n");
+ printf ("Error in mpfr_dim (+Inf, +Inf)\n");
exit (1);
}