ACOTH
Calculates the inverse hyperbolic cotangent of the specified number.
Syntax
=ACOTH(value)
Arguments
Argument | Type | Description |
---|---|---|
value | Number | The value, must not be in the range (-1, 1) |
Examples
=ACOTH(2)
→0.5493061443340548457
Calculates the inverse hyperbolic cotangent of 2
=ACOTH(0)
→#ERROR!
Calculates the inverse hyperbolic cotangent of 0
=ACOTH(@"Property 1")
→1.13583877776548453391
Calculates the inverse hyperbolic cotangent of the shape data property @"Property 1" (1.23)
Updated 9 months ago