Menu

ARCCOSH

Description

Returns the inverse hyperbolic cosine of a number. The number must be greater than or equal to 1. The inverse hyperbolic cosine is a value whose hyperbolic cosine is a number, so ACOSH(COSH(number)) equals the number.

Examples

ARCCOSH(0.5) = NAN

ARCCOSH(2) = 1.3169578969248

ARCCOSH(NAN) = NAN

ARCCOSH(INF) = INF

ARCCOSH(-INF) = NAN

On this page