diff options
Diffstat (limited to 'tests/tsinh.c')
-rw-r--r-- | tests/tsinh.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/tsinh.c b/tests/tsinh.c index 460e1afaf..c9f0615f0 100644 --- a/tests/tsinh.c +++ b/tests/tsinh.c @@ -101,6 +101,8 @@ main (int argc, char *argv[]) test_generic (2, 100, 100); data_check ("data/sinh", mpfr_sinh, "mpfr_sinh"); + bad_cases (mpfr_sinh, mpfr_asinh, "mpfr_sinh", 256, -256, 255, + 4, 128, 800, 100); tests_end_mpfr (); return 0; |