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