- `Y = atand (X)`

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

La tangente inversa en grados se define por

> > `%atand(z) = rad2deg(atan(z))%`

Véase también: `tand`, `atan`.

### Referencias

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