aboutsummaryrefslogtreecommitdiff
path: root/pl/math/coshf_1u9.c
diff options
context:
space:
mode:
Diffstat (limited to 'pl/math/coshf_1u9.c')
-rw-r--r--pl/math/coshf_1u9.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/pl/math/coshf_1u9.c b/pl/math/coshf_1u9.c
index 0e7b30f..2f93f1c 100644
--- a/pl/math/coshf_1u9.c
+++ b/pl/math/coshf_1u9.c
@@ -63,3 +63,9 @@ coshf (float x)
PL_SIG (S, F, 1, cosh, -10.0, 10.0)
PL_TEST_ULP (coshf, 1.89)
+PL_TEST_INTERVAL (coshf, 0, 0x1p-63, 100)
+PL_TEST_INTERVAL (coshf, 0, 0x1.5a92d8p+6, 80000)
+PL_TEST_INTERVAL (coshf, 0x1.5a92d8p+6, inf, 2000)
+PL_TEST_INTERVAL (coshf, -0, -0x1p-63, 100)
+PL_TEST_INTERVAL (coshf, -0, -0x1.5a92d8p+6, 80000)
+PL_TEST_INTERVAL (coshf, -0x1.5a92d8p+6, -inf, 2000)