Author: Oscar Cronquist Article last updated on May 04, 2022

The ACOTH function calculates the inverse hyperbolic cotangent of a number.

Formula in cell C3:

=ACOTH(B3)

Excel Function Syntax

ACOTH(number)

Arguments

number Required. The absolute value of Number must be greater than 1.

Comments

ACOTH(B3) = 0.5*LN((B3+1)/(B3-1))

Recommended articles

How to use the LN function
The LN function calculates the natural logarithm of a number. Natural logarithms are based on the constant e. Formula in […]