This function returns the natural logarithm of number n. The function LN(n) is equivalent to LOG(EXP(1),n).
n
LN(n)
LOG(EXP(1),n)
ln::=
The specified number n must be greater than 0.
0
SELECT LN(100) LN;