29 #ifdef POK_NEEDS_LIBMATH
36 #include "namespace.h"
37 #include "math_private.h"
40 __weak_alias(cosh, _cosh)
47 return __ieee754_cosh(x);
50 z = __ieee754_cosh(x);
51 if(_LIB_VERSION == _IEEE_ || isnan(x))
return z;
52 if(fabs(x)>7.10475860073943863426e+02) {
53 return __kernel_standard(x,x,5);