aboutsummaryrefslogtreecommitdiff
path: root/pl/math/sinhf_2u3.c
diff options
context:
space:
mode:
Diffstat (limited to 'pl/math/sinhf_2u3.c')
-rw-r--r--pl/math/sinhf_2u3.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/pl/math/sinhf_2u3.c b/pl/math/sinhf_2u3.c
index cb5eb51..15786d9 100644
--- a/pl/math/sinhf_2u3.c
+++ b/pl/math/sinhf_2u3.c
@@ -7,6 +7,7 @@
#include "math_config.h"
#include "pl_sig.h"
+#include "pl_test.h"
#define AbsMask 0x7fffffff
#define Half 0x3f000000
@@ -66,3 +67,4 @@ sinhf (float x)
}
PL_SIG (S, F, 1, sinh, -10.0, 10.0)
+PL_TEST_ULP (sinhf, 1.76)