ACOSH function

Rakenduskoht
SharePoint Server 2019 SharePoint Server 2016 SharePoint Server 2013 SharePoint Server 2013 Enterprise SharePoint Foundation 2010 SharePoint Server 2010 Windows SharePoint Services 3.0

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

Syntax

ACOSH(number)

Number  is any real number equal to or greater than 1.

Examples

Formula Description (Result)
=ACOSH(1) Inverse hyperbolic cosine of 1 (0)
=ACOSH(10) Inverse hyperbolic cosine of 10 (2.993223)