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