- `Y = acsch (X)`

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

La cosecante hiperbólica inversa se define por

> > `%acsch(z) = asinh(1/z)%`

Véase también: `csch`.

### Referencias

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