atanh
Returns the hyperbolic arc-tangent of x.
Special Cases:
- atanh(+-1) = +-inf with signal
- atanh(x) = nan if |x| > 1 with signal
- atanh(nan) = nan
Function parameters
Parameters
- x:anytype
Returns the hyperbolic arc-tangent of x.
Functions
- atanh
- Returns the hyperbolic arc-tangent of x.
Source