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. This function is Excel compatible.
LOG(2) equals 0.30103.
LOG(8192,2) equals 13.
LN , LOG2 , LOG10