Returns the hyperbolic cosine of an angle in degrees. Because of the exponential nature of the function, inputs larger than ~10000 or smaller than ~-10000 may cause overflow errors.
cosh ( n As Number ) As Number
Argument | Type | Description |
---|---|---|
n | Number | Angle, in degrees |
Intent >cosh(0) --> 1.0
Intent >cosh(100) --> 2.95118727326012