sinh functions


[Syntax]

double sinh(double x)

float sinhf(float x)

[Description]

These functions calculate the hyperbolic sine of x.

 

[Special case]

Condition

Return value

Exception

Overflow occurred

HUGE_VAL

ERANGE