diff options
Diffstat (limited to 'tests/tlog1p.c')
-rw-r--r-- | tests/tlog1p.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/tlog1p.c b/tests/tlog1p.c index 3db979844..8bce9aa1f 100644 --- a/tests/tlog1p.c +++ b/tests/tlog1p.c @@ -128,6 +128,8 @@ main (int argc, char *argv[]) test_generic (2, 100, 50); data_check ("data/log1p", mpfr_log1p, "mpfr_log1p"); + bad_cases (mpfr_log1p, mpfr_expm1, "mpfr_log1p", 256, -64, 40, + 4, 128, 800, 40); tests_end_mpfr (); return 0; |