The ACOSH function returns the inverse hyperbolic cosine of a value.

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