ID EN
#Trigonometry

ACOTH

Excel Functions

Get the inverse hyperbolic cotangent of a number

Syntax

EXCEL
=ACOTH(number)

Arguments

Parameter Description
number The number to get the inverse hyperbolic cotangent of.

Return Value

The inverse hyperbolic cotangent of a number

Details

The Excel ACOTH function returns the inverse hyperbolic cotangent of a number. Given 2 as input, the function returns 0.549306144 as output. The hyperbolic arc cotangent function is the inverse of the COTH function. The plot below shows the ACOTH function's output in Excel. Image(s) courtesy of wumbo.net.

Examples

Example 1

The Excel ACOTH function returns the inverse hyperbolic cotangent of a number. Given 2 as input, the function returns 0.549306144 as output.

EXCEL
=ACOTH(2) // returns 0.549306144
Explanation

The hyperbolic arc cotangent function is the inverse of the COTH function.

EXCEL
=ACOTH(COTH(x)) // returns x when x ≠ 0

See Also

COTH