datatable.math.log10()

Decimal (base-10) logarithm of x, which is \(\lg(x)\) or \(\log_{10} x\). This function is the inverse of pow(10, x).

See also

  • log() – natural logarithm;

  • log2() – binary logarithm.