- `Y = tanh (X)`

Calcula la tangente hiperbólica para cada elemento de `X`.

La tangente hiperbólica está definida por

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

Véase también: `atanh`, `sinh`, `cosh`.

### Referencias

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