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) Parameters int/float number - The number to get the log of. Results float - The log of the number provided. Examples Code Snippetlog(28) //returns 3.332