aboutsummaryrefslogtreecommitdiff
path: root/pl/math/cosh_2u.c
diff options
context:
space:
mode:
Diffstat (limited to 'pl/math/cosh_2u.c')
-rw-r--r--pl/math/cosh_2u.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/pl/math/cosh_2u.c b/pl/math/cosh_2u.c
index 6be189d..9e137ff 100644
--- a/pl/math/cosh_2u.c
+++ b/pl/math/cosh_2u.c
@@ -7,6 +7,7 @@
#include "math_config.h"
#include "pl_sig.h"
+#include "pl_test.h"
#define AbsMask 0x7fffffffffffffff
#define SpecialBound \
@@ -56,3 +57,4 @@ cosh (double x)
}
PL_SIG (S, D, 1, cosh, -10.0, 10.0)
+PL_TEST_ULP (cosh, 1.43)