LN(), LOG()
LN(), LOG() — Returns the natural logarithm of a numeric value.
Description
The LN() function returns the natural logarithm of the specified input value. The log is returned as a floating point
(FLOAT) value. LN() and LOG() are synonyms and perform the same function.
Example
The following example uses the LN() function to calculate the rate of population growth from census data.