- `Y = log (X)`

Calcula o logaritmo natural, `%ln (X)%`, para cada elemento de `X`.

Veja também: `exp`, `log1p`, `log2`, `log10`, `logspace`.

### Referências

- https://www.mathworks.com/help/matlab/ref/log.html
- https://octave.sourceforge.io/octave/function/log.html
- https://mathworld.wolfram.com/NaturalLogarithm.html
- https://pt.wikipedia.org/wiki/Logaritmo_natural
