29 #ifdef POK_NEEDS_LIBMATH
36 #include "namespace.h"
37 #include "math_private.h"
40 __weak_alias(sinh, _sinh)
47 return __ieee754_sinh(x);
50 z = __ieee754_sinh(x);
51 if(_LIB_VERSION == _IEEE_)
return z;
52 if(!finite(z)&&finite(x)) {
53 return __kernel_standard(x,x,25);