The DLOG function accepts any number and returns the double-precision value of the common logarithm—that is, the logarithm to the base 10 of that number. This function is computed by means of the DLN function in the following identity:
DLOG(x) = DLN(x)*DLOG(e)
The value of DLOG(e) is given under “Common Constants” later in this section.