cosh()

Synopsis

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.

Syntax

cosh ( n As Number ) As Number 
Argument Type Description
n Number Angle, in degrees

Example 1

cosh(0)
Intent >cosh(0)
--> 1.0

Example 2

cosh(100)
Intent >cosh(100)
--> 2.95118727326012