[TOC]

atanh

Inverse hyperbolic tangent in radians

Usage

atanh(A)

Example

Input
x=linspace(-1,1);
y=atanh(x);
plot(x,y,'.-');
xlabel('x')
ylabel('atanh(x) in radians')
Output

acosh_image