- `Y = atand (X)`

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

A tangente inversa em graus é definida por

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

Veja também: `tand`, `atan`.

### Referências

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