- `Y = log10 (X)`

Calcule o logaritmo de base 10 de cada elemento de `X`.

Veja também: `log`, `log2`, `logspace`, `exp`.

### Referências

- https://www.mathworks.com/help/matlab/ref/log10.html
- https://octave.sourceforge.io/octave/function/log10.html
- https://mathworld.wolfram.com/Logarithm.html
- https://pt.wikipedia.org/wiki/Logaritmo
