util.Math.log
Computes the natural logarithm of the passed value.
Syntax
util.Math.log(
   x FLOAT )
  RETURNS FLOAT - x is a floating point value.
 
Usage
Returns NULL if the argument provided is invalid.
Computes the natural logarithm of the passed value.
util.Math.log(
   x FLOAT )
  RETURNS FLOAT Returns NULL if the argument provided is invalid.