log10
The log10 function returns the base 10 logarithm of x.
Syntax
log10(<x>) as <field>
Example
log10(2) as v // v = 0.3010299956639812
The log10 function returns the base 10 logarithm of x.
log10(<x>) as <field>
log10(2) as v // v = 0.3010299956639812