aboutsummaryrefslogtreecommitdiff
path: root/pl/math/erff_1u5.c
diff options
context:
space:
mode:
Diffstat (limited to 'pl/math/erff_1u5.c')
-rw-r--r--pl/math/erff_1u5.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/pl/math/erff_1u5.c b/pl/math/erff_1u5.c
index fa1e55f..3d8cfee 100644
--- a/pl/math/erff_1u5.c
+++ b/pl/math/erff_1u5.c
@@ -100,3 +100,9 @@ erff (float x)
PL_SIG (S, F, 1, erf, -4.0, 4.0)
PL_TEST_ULP (erff, 0.6)
+PL_TEST_INTERVAL (erff, 0, 0xffff0000, 10000)
+PL_TEST_INTERVAL (erff, 0x1p-127, 0x1p-26, 40000)
+PL_TEST_INTERVAL (erff, -0x1p-127, -0x1p-26, 40000)
+PL_TEST_INTERVAL (erff, 0x1p-26, 0x1p3, 40000)
+PL_TEST_INTERVAL (erff, -0x1p-26, -0x1p3, 40000)
+PL_TEST_INTERVAL (erff, 0, inf, 40000)