The LN() function returns the natural logarithm of "Number".
If the value of "Number" is less than or equal to 0, NULL is returned.
In contrast to the LOG() function, no "Base" can be specified with LN().
If "number" is NULL, NULL is returned.
The reverse function is the EXP() function. |