Calculates the hyperbolic sine.
double sinh (double x);
Required Header |
<math.h> |
Return Value
This function returns the hyperbolic sine of a double in radians.
Parameters
x
The value to be converted
Remarks
The sinh function calculates the hyperbolic sine of x to 15 digits of precision.
See Also asin, acos, atan, atan2, cos, sin tan cosh, tanh, cot