aboutsummaryrefslogtreecommitdiff
path: root/pl/math/sinh_3u.c
diff options
context:
space:
mode:
Diffstat (limited to 'pl/math/sinh_3u.c')
-rw-r--r--pl/math/sinh_3u.c9
1 files changed, 3 insertions, 6 deletions
diff --git a/pl/math/sinh_3u.c b/pl/math/sinh_3u.c
index f534815c6674..1d86629ee2a3 100644
--- a/pl/math/sinh_3u.c
+++ b/pl/math/sinh_3u.c
@@ -58,9 +58,6 @@ sinh (double x)
PL_SIG (S, D, 1, sinh, -10.0, 10.0)
PL_TEST_ULP (sinh, 2.08)
-PL_TEST_INTERVAL (sinh, 0, 0x1p-51, 100)
-PL_TEST_INTERVAL (sinh, -0, -0x1p-51, 100)
-PL_TEST_INTERVAL (sinh, 0x1p-51, 0x1.62e42fefa39fp+9, 100000)
-PL_TEST_INTERVAL (sinh, -0x1p-51, -0x1.62e42fefa39fp+9, 100000)
-PL_TEST_INTERVAL (sinh, 0x1.62e42fefa39fp+9, inf, 1000)
-PL_TEST_INTERVAL (sinh, -0x1.62e42fefa39fp+9, -inf, 1000)
+PL_TEST_SYM_INTERVAL (sinh, 0, 0x1p-51, 100)
+PL_TEST_SYM_INTERVAL (sinh, 0x1p-51, 0x1.62e42fefa39fp+9, 100000)
+PL_TEST_SYM_INTERVAL (sinh, 0x1.62e42fefa39fp+9, inf, 1000)