ALOG10

The ALOG10 function returns the logarithm to the base 10 of X . This function operates in the same manner as the ALOG function.

Calling Sequence

Result = ALOG10( X )

Arguments

X

The value for which the base 10 log is desired.

Example

To find the base 10 logarithm of 5 and store the result in the variable L, enter:

L = ALOG10(5)

See Also

ALOG