Formulas and Functions
ACOSH
The ACOSH function returns the inverse hyperbolic cosine (hyperbolic arccosine) of a number.
ACOSH(num)
num: number value. num must be greater than or equal to 1.
Examples |
---|
=ACOSH(10.0676619957778) returns 3. =ACOSH(COSH(5)) returns 5. |