LOG calculates the Natural Log (log base e - 2.71828182) of a specified variable or expression.
SYNTAX:
LOG(Cx or Exp)
where :
Cx is a conditional variable x
Exp is a Expression
NOTES:
LOG Function is equivalent to the LN Excel function
See LOG10 Math Toolbox is equivalent to the LOG Excel Function
EXAMPLES:
V94 = LOG(V70)
Variable 94 will contain the Natural Log of variable 70:
For other logorithmic bases, See also: LOGn