- `Y = acotd (X)`

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

A cotangente inversa em graus é definida por

> > `%acotd(z) = rad2deg(acot(z))%`

Veja também: `cotd`, `acot`.

### Referências

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