- `Y = acoth (X)`

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

A cotangente hiperbólica inversa é definida por

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

Veja também: `coth`.

### Referências

- https://www.mathworks.com/help/matlab/ref/acoth.html
- https://octave.sourceforge.io/octave/function/acoth.html
- https://mathworld.wolfram.com/InverseHyperbolicFunctions.html
- https://pt.wikipedia.org/wiki/Fun%C3%A7%C3%A3o_hiperb%C3%B3lica_inversa
