aboutsummaryrefslogtreecommitdiff
path: root/pl/math/atanhf_3u1.c
diff options
context:
space:
mode:
Diffstat (limited to 'pl/math/atanhf_3u1.c')
-rw-r--r--pl/math/atanhf_3u1.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/pl/math/atanhf_3u1.c b/pl/math/atanhf_3u1.c
index 47b9486..c7f80b0 100644
--- a/pl/math/atanhf_3u1.c
+++ b/pl/math/atanhf_3u1.c
@@ -79,3 +79,9 @@ atanhf (float x)
PL_SIG (S, F, 1, atanh, -1.0, 1.0)
PL_TEST_ULP (atanhf, 2.59)
+PL_TEST_INTERVAL (atanhf, 0, 0x1p-12, 500)
+PL_TEST_INTERVAL (atanhf, 0x1p-12, 1, 200000)
+PL_TEST_INTERVAL (atanhf, 1, inf, 1000)
+PL_TEST_INTERVAL (atanhf, -0, -0x1p-12, 500)
+PL_TEST_INTERVAL (atanhf, -0x1p-12, -1, 200000)
+PL_TEST_INTERVAL (atanhf, -1, -inf, 1000)