aboutsummaryrefslogtreecommitdiff
path: root/pl/math/v_atan2_3u.c
diff options
context:
space:
mode:
Diffstat (limited to 'pl/math/v_atan2_3u.c')
-rw-r--r--pl/math/v_atan2_3u.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/pl/math/v_atan2_3u.c b/pl/math/v_atan2_3u.c
index 27af80d..b123cfa 100644
--- a/pl/math/v_atan2_3u.c
+++ b/pl/math/v_atan2_3u.c
@@ -82,4 +82,9 @@ VPCS_ALIAS
PL_SIG (V, D, 2, atan2)
// TODO tighten this once __v_atan2 is fixed
PL_TEST_ULP (V_NAME (atan2), 2.9)
+PL_TEST_INTERVAL (V_NAME (atan2), -10.0, 10.0, 50000)
+PL_TEST_INTERVAL (V_NAME (atan2), -1.0, 1.0, 40000)
+PL_TEST_INTERVAL (V_NAME (atan2), 0.0, 1.0, 40000)
+PL_TEST_INTERVAL (V_NAME (atan2), 1.0, 100.0, 40000)
+PL_TEST_INTERVAL (V_NAME (atan2), 1e6, 1e32, 40000)
#endif