ACOSH


Description Returns the inverse hyperbolic cosine of a number.

Syntax ACOSH ( number )
Argument Description
number Any number equal to or greater than 1.

Examples This function returns .62:

ACOSH(1.2)

This function returns 1.76:

ACOSH (3)

See Also ASINH, ATANH, COSH