atanh

atanh(X) returns the inverse hyperbolic tangent for each element of X.

Examples

> x = -1:0.03:1

[x:1x67 double]

> plot(x, atanh(x))

[ans:1x1 struct]

Resources

See also

acosh | asinh | atan | atan2 | tan | tanh