Elemental Intrinsic Function (Generic): Produces the hyperbolic arctangent of x.
result = ATANH (x)
x |
(Input) Must be of type real, where | x | is less than or equal to 1. |
The result type is the same as x. The value lies in the range -1.0 to 1.0.
ATANH (-0.77) has the value -1.02033.
ATANH (0.5) has the value 0.549306.