aboutsummaryrefslogtreecommitdiff
path: root/pl/math/asinh_2u5.c
diff options
context:
space:
mode:
Diffstat (limited to 'pl/math/asinh_2u5.c')
-rw-r--r--pl/math/asinh_2u5.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/pl/math/asinh_2u5.c b/pl/math/asinh_2u5.c
index bbe6bee..44435be 100644
--- a/pl/math/asinh_2u5.c
+++ b/pl/math/asinh_2u5.c
@@ -7,6 +7,7 @@
#include "estrin.h"
#include "math_config.h"
#include "pl_sig.h"
+#include "pl_test.h"
#define AbsMask 0x7fffffffffffffff
#define ExpM26 0x3e50000000000000 /* asuint64(0x1.0p-26). */
@@ -75,3 +76,4 @@ asinh (double x)
}
PL_SIG (S, D, 1, asinh, -10.0, 10.0)
+PL_TEST_ULP (asinh, 1.54)