- `Y = cot (X)`

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

La cotangente está definida por

> > `%cot(z) = cos(z)/sin(z)%`

Véase también: `acot`, `cotd`, `coth`.

### Referencias

- https://www.mathworks.com/help/matlab/ref/cot.html
- https://octave.sourceforge.io/octave/function/cot.html
- https://mathworld.wolfram.com/Cotangent.html
- https://mathworld.wolfram.com/TrigonometricFunctions.html
- https://es.wikipedia.org/wiki/Funci%C3%B3n_trigonom%C3%A9trica
