- `Y = atan (X)`

Calcula a tangente inversa em radianos para cada elemento de `X`.

A tangente inversa em radianos é definida por

> > `%atan(z) = -i/2*ln((i-z)/(i+z))%`

Veja também: `tan`, `atand`.

### Referências

- https://www.mathworks.com/help/matlab/ref/atan.html
- https://octave.sourceforge.io/octave/function/atan.html
- https://mathworld.wolfram.com/InverseTrigonometricFunctions.html
- https://pt.wikipedia.org/wiki/Fun%C3%A7%C3%B5es_trigonom%C3%A9tricas_inversas
