- `Y = tanh (X)`

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

A tangente hiperbólica é definida por

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

Veja também: `atanh`, `sinh`, `cosh`.

### Referências

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