The system function MathLib.log10 returns the base 10 logarithm of a number.
MathLib.log10(numericField mathLibNumber in) returns (result mathLibTypeDependentResult)
result = MathLib.log10(myItem);
Related concepts
Syntax diagram for EGL functions
Related reference
EGL library MathLib