aboutsummaryrefslogtreecommitdiff
path: root/pl/math/sinh_3u.c
diff options
context:
space:
mode:
Diffstat (limited to 'pl/math/sinh_3u.c')
-rw-r--r--pl/math/sinh_3u.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/pl/math/sinh_3u.c b/pl/math/sinh_3u.c
index f56b8d0..86f00a1 100644
--- a/pl/math/sinh_3u.c
+++ b/pl/math/sinh_3u.c
@@ -7,6 +7,7 @@
#include "math_config.h"
#include "pl_sig.h"
+#include "pl_test.h"
#define AbsMask 0x7fffffffffffffff
#define Half 0x3fe0000000000000
@@ -56,3 +57,4 @@ sinh (double x)
}
PL_SIG (S, D, 1, sinh, -10.0, 10.0)
+PL_TEST_ULP (sinh, 2.08)