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
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:
Last updated