ACOTH

The ACOTH function returns the hyperbolic arccotangent of a number.

This function takes a single Number as input. It outputs that Number's inverse hyperbolic cotangent.

Declaration

ACOTH(number) -> hyperbolic_arccotangent

 

Parameters

number (required, type: Number)
The number to calculate the inverse hyperbolic cotangent of.

Return Values

hyperbolic_arccotangent (type: Number)
The inverse hyperbolic cotangent of the given number.

Examples

The following example returns the inverse hyperbolic cotangent of 5:

ACOTH(5) -> 0.2027325540540822