- `Y = coth (X)`

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

A cotangente hiperbólica é definida por

> > `%coth(z) = cosh(z)/sinh(z)%`

Veja também: `acoth`.

### Referências

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