- `Y = coth (X)`

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

La cotangente hiperbólica se define por

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

Véase también: `acoth`.

### Referencias

- https://www.mathworks.com/help/matlab/ref/coth.html
- https://octave.sourceforge.io/octave/function/coth.html
- https://mathworld.wolfram.com/HyperbolicFunctions.html
- https://es.wikipedia.org/wiki/Funci%C3%B3n_hiperb%C3%B3lica
