aboutsummaryrefslogtreecommitdiff
path: root/pl/math/coshf_1u9.c
diff options
context:
space:
mode:
Diffstat (limited to 'pl/math/coshf_1u9.c')
-rw-r--r--pl/math/coshf_1u9.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/pl/math/coshf_1u9.c b/pl/math/coshf_1u9.c
index b9cbe54..0e7b30f 100644
--- a/pl/math/coshf_1u9.c
+++ b/pl/math/coshf_1u9.c
@@ -7,6 +7,7 @@
#include "math_config.h"
#include "pl_sig.h"
+#include "pl_test.h"
#define AbsMask 0x7fffffff
#define TinyBound 0x20000000 /* 0x1p-63: Round to 1 below this. */
@@ -61,3 +62,4 @@ coshf (float x)
}
PL_SIG (S, F, 1, cosh, -10.0, 10.0)
+PL_TEST_ULP (coshf, 1.89)