Calculates the natural logarithm of a number. Natural
logarithms are based on the constant e (2.71828182845904).
numeric.log( )
Returns: Number
This function does not take any arguments.
Examples
numericValue = 10;
writeOutput(numericValue.log());
See also