sinh(X)
Returns the hyperbolic sine of the given value.
Syntax
sinh(X)
Input
Argument | Type | Description |
---|---|---|
X |
any numeric type | A numeric value |
Return Value
Returns a decimal number corresponding to the hyperbolic sine of X
.
If X
is N/A, the result is N/A.
Sample Usage
X |
sinh(X) |
---|---|
1.571 | 2.3018 |
0.7854 | 0.8687 |
0.0785 | 0.0786 |
-0.0785 | -0.0786 |
NA | NA |