- `Y = atanh (X)`

Calcula a tangente hiperbólica inversa para cada elemento de `X`.

A tangente hiperbólica inversa é definida por

> > `%atanh(z) = 1/2*ln((1+z)/(1-z))%`

Veja também: `tanh`.

### Referências

- https://www.mathworks.com/help/matlab/ref/atanh.html
- https://octave.sourceforge.io/octave/function/atanh.html
- https://mathworld.wolfram.com/InverseHyperbolicFunctions.html
- https://pt.wikipedia.org/wiki/Fun%C3%A7%C3%A3o_hiperb%C3%B3lica_inversa
