- `Y = log10 (X)`

Compute the base-10 logarithm of each element of `X`.

See also: `log`, `log2`, `logspace`, `exp`.

### References

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