- `Y = log10 (X)`

Calcula el logaritmo en base 10 de cada elemento de `X`.

Véase también: `log`, `log2`, `logspace`, `exp`.

### Referencias

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