LOG(x[,base])
LOG computes the logarithm of x in the given base base. If no base is given LOG returns the logarithm in base 10. base must be > 0. and cannot equal 1.
LOG(2) equals 0.30103.
LOG(8192,2) equals 13.
LN, LOG2, LOG10.