- `Y = acoth (X)`

Calcula la cotangente hiperbólica inversa de cada elemento de `X`.

La cotangente hiperbólica inversa se define por

> > `%acoth(z) = atanh(1/z)%`

Véase también: `coth`.

### Referencias

- https://www.mathworks.com/help/matlab/ref/acoth.html
- https://octave.sourceforge.io/octave/function/acoth.html
- https://mathworld.wolfram.com/InverseHyperbolicFunctions.html
- https://es.wikipedia.org/wiki/Funciones_hiperb%C3%B3licas_inversas
