aboutsummaryrefslogtreecommitdiff
path: root/pl/math/v_atanf_3u.c
diff options
context:
space:
mode:
Diffstat (limited to 'pl/math/v_atanf_3u.c')
-rw-r--r--pl/math/v_atanf_3u.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/pl/math/v_atanf_3u.c b/pl/math/v_atanf_3u.c
index 8014d65..3cb51b1 100644
--- a/pl/math/v_atanf_3u.c
+++ b/pl/math/v_atanf_3u.c
@@ -52,4 +52,9 @@ VPCS_ALIAS
PL_SIG (V, F, 1, atan, -10.0, 10.0)
PL_TEST_ULP (V_NAME (atanf), 2.5)
+PL_TEST_INTERVAL (V_NAME (atanf), -10.0, 10.0, 50000)
+PL_TEST_INTERVAL (V_NAME (atanf), -1.0, 1.0, 40000)
+PL_TEST_INTERVAL (V_NAME (atanf), 0.0, 1.0, 40000)
+PL_TEST_INTERVAL (V_NAME (atanf), 1.0, 100.0, 40000)
+PL_TEST_INTERVAL (V_NAME (atanf), 1e6, 1e32, 40000)
#endif