Returns the hyperbolic cosine of a specified angle.
...Math.Cosh(angle )
Prerequisites
None
Parameters
angle
A required expression that evaluates to an angle in units of radians. This angle is not limited to values between -π and +π and can be arbitrarily large.
Remarks
Returns the hyperbolic cosine of the angle that is specified in radians.
To convert degrees to radians, multiply the degrees times π/180.
See Also