- `Y = atan (X)`

Calcula la tangente inversa en radianes para cada elemento de `X`.

La tangente inversa en radianes se define por

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

Véase también: `tan`, `atand`.

### Referencias

- https://www.mathworks.com/help/matlab/ref/atan.html
- https://octave.sourceforge.io/octave/function/atan.html
- https://mathworld.wolfram.com/InverseTrigonometricFunctions.html
- https://es.wikipedia.org/wiki/Funci%C3%B3n_trigonom%C3%A9trica_inversa
