COSH
Syntax:
COSH ( x )
Description: Computes the hyperbolic cosine of x.
Arguments:
Name |
Type |
Description |
---|---|---|
x |
number |
The value whose hyperbolic cosine is to be determined. |
Return Type and Value: number – The hyperbolic cosine of x.
However, if the magnitude of x is too large, #NUM!
is returned.
example: