Log10('Expression')

Description

This function returns the decadic logarithm (lg x) of 'Expression' as its result.

Example

Calculating known decadic logarithms.

Solution

lg 1 = Log10(1) = 0

lg 10 = Log10(10) = 1