Description:
Compute the hyperbolic sine.
Syntax:
sinh(number)
Note:
The function computes the hyperbolic sine of a real number.
Parameter:
number |
A real number. |
Return value:
Numeric value
Example:
sinh(1) |
1.1752011936438014 |