ACOSH

Calculates the inverse hyperbolic cosine of the specified number.

Syntax

=ACOSH(value)

Arguments

ArgumentTypeDescription
valueNumberThe value which must be greater than 1

Examples

=ACOSH(1)0
Calculates the inverse hyperbolic cosine of 1

=ACOSH(0)#ERROR!
Calculates the inverse hyperbolic cosine of 0

=ACOSH(@"Property 1")0.66586352915655483273
Calculates the inverse hyperbolic cosine of the shape data property @"Property 1" (1.23)