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

Tip |
|
|---|---|
|
Although negative values for 'Expression' do not produce an error message, they do not produce a result either. |
|