util.Math.log

Computes the natural logarithm of the passed value.

Syntax

util.Math.log(
   val FLOAT )
  RETURNING result FLOAT
  1. val is a floating point value.

Usage

Returns NULL if the argument provided is invalid.