Ln
Math Function
The Ln function returns an expression's natural logarithm.
Syntax
Ln(expression)
Syntax Example
Real1 = Ln(Real2)
Parameters
expression
An expression to take the natural logarithm of.
Parameter Example
The following example displays the natural logarithm of 10 when an Entity enters the Truck Location.
Display Ln(10)
Remarks
Note that the Ln function returns a real number.