The ACOSH() function returns the inverse hyperbolic cosine of a given value. It calculates the value whose hyperbolic cosine equals the input, mathematically expressed as ACOSH(x) = ln(x + √(x² - 1)). The function accepts values greater than or equal to 1 and returns a non-negative value (≥ 0). It's the inverse operation of the hyperbolic cosine function.

This function can be useful to calculate how far a moving average has stretched beyond its baseline threshold in a rolling performance model.

ACOSH(Value)

ArgumentData typeDescription
ValueNumber

The numeric value for which you want to calculate the inverse hyperbolic cosine.

The input must be greater than or equal to 1.

The ACOSH() function returns a non-negative numeric value.

This function is only available in the Polaris Calculation Engine.

ACOSH(1.5431)

Returns NaN when Angle is NaN.

FormulaResult
ACOSH(1)0
ACOSH(10)2.993