The LOG function accepts any positive number and returns the common logarithm—that is, the logarithm to the base 10 of that number. This function is computed by using the LN (natural logarithm) function in the following identity:
LOG(x)=LN(x)* LOG(e)
The value of the common logarithm of e is given under “Common Constants” later in this section.