- `Y = cotd (X)`

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

A cotangente em graus é definida por

> > `%cotd(z) = rad2deg(cot(z))%`

Veja também: `acotd`, `cot`.

### Referências

- https://www.mathworks.com/help/matlab/ref/cotd.html
- https://octave.sourceforge.io/octave/function/cotd.html
- https://mathworld.wolfram.com/Cotangent.html
- https://mathworld.wolfram.com/TrigonometricFunctions.html
- https://pt.wikipedia.org/wiki/Fun%C3%A7%C3%A3o_trigonom%C3%A9trica
