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