- `Y = exp (X)`

Calcula `%e^x%` para cada elemento de `X`.

Veja também: `log`.

### Referências

- https://www.mathworks.com/help/matlab/ref/exp.html
- https://octave.sourceforge.io/octave/function/exp.html
- https://mathworld.wolfram.com/ExponentialFunction.html
- https://pt.wikipedia.org/wiki/Fun%C3%A7%C3%A3o_exponencial_natural
