- `Y = sech (X)`

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

A secante hiperbólica é definida por

> > `%sech(z) = 1/cosh(z)%`

Veja também: `asech`.

### Referências

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