- `Y = acot (X)`

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

La cotangente inversa está definida por

> > `%acot(z) = atan(1/z)%`

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

### Referencias

- https://www.mathworks.com/help/matlab/ref/acot.html
- https://octave.sourceforge.io/octave/function/acot.html
- https://mathworld.wolfram.com/InverseTrigonometricFunctions.html
- https://es.wikipedia.org/wiki/Funci%C3%B3n_trigonom%C3%A9trica_inversa
