- `Y = cotd (X)`

Calcula la cotangente en grados de cada elemento de `X`.

La cotangente en grados se define por

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

Véase también: `acotd`, `cot`.

### Referencias

- 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://es.wikipedia.org/wiki/Funci%C3%B3n_trigonom%C3%A9trica
