COSH


Description Returns the hyperbolic cosine of a number.

Syntax COSH ( number )
Argument Description
number Any number.

Examples This function returns 4.14:

COSH(2.10)

This function returns 1.03:

COSH(.24)

See Also ASINH, ATANH, COS