- `Y = cot (X)`

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

A cotangente é definida por

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

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

### Referências

- 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://pt.wikipedia.org/wiki/Fun%C3%A7%C3%A3o_trigonom%C3%A9trica
