sinh Function (ROM Call 0xFD*)

math.h, timath.h

float sinh (float x);

Floating point hyperbolic sine.

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

Note: sinh will return POSITIVE_INF or NEGATIVE_INF in a case of overflow.


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