- `Y = exp (X)`

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

Véase también: `log`.

### Referencias

- https://www.mathworks.com/help/matlab/ref/exp.html
- https://octave.sourceforge.io/octave/function/exp.html
- https://mathworld.wolfram.com/ExponentialFunction.html
- https://es.wikipedia.org/wiki/Funci%C3%B3n_exponencial
