The ALOG10 function returns the logarithm to the base 10 of X . This function operates in the same manner as the ALOG function.
Result = ALOG10( X )
The value for which the base 10 log is desired.
To find the base 10 logarithm of 5 and store the result in the variable L, enter:
L = ALOG10(5)
ALOG