ATANH
Calculates the inverse hyperbolic tangent of the specified number.
Syntax
=ATANH(value)
Arguments
Argument | Type | Description |
---|---|---|
value | Number | The value, in the range (-1, 1) |
Examples
=ATANH(0.5)
→0.5493061443340548
Calculates the inverse hyperbolic tangent of 0.5
=ATANH(0)
→0
Calculates the inverse hyperbolic tangent of 0
=ATANH(@"Property 1")
→0.2341894667593668
Calculates the inverse hyperbolic tangent of the shape data property @"Property 1" (0.23)
Updated 9 months ago