cosh Function (ROM Call 0xFC*)

math.h, timath.h

float cosh (float x);

Floating point hyperbolic cosine.

sinh returns the hyperbolic cosine of floating point argument x. Hyperbolic cosine is defined as (exp(x)+exp(-x))/2.

Note: cosh will return POSITIVE_INF in a case of overflow.


Uses: is_nan, is_transfinite, _bcd_math
Used by: ccos, csin, ctan, push_cosh