LOG(


General Form:

     LOG(numeric_expression)


The LOG( function is used to return the natural logarithm of a numeric expression. The LOG( function is valid wherever a numeric expression is legal.

Syntax examples:

Test = LOG(.723)
value1 = 17+LOG(ABS(temp))