- `Y = csch (X)`

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

La cosecante hiperbólica se define por

> > `%csch(z) = 1/sinh(z)%`

Véase también: `acsch`.

### Referencias

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