AppendixExpression FunctionsMathlogVersion: 7.9On this pagelogThis function is used by Ignition's Expression language.Description​Returns the natural logarithm (base e) of a number.Syntax​log(number)Parametersint/float number - The number to get the log of.Resultsfloat - The log of the number provided.Examples​Code Snippetlog(28) //returns 3.332