log10Common logarithm | ||||||||||||
Arguments
Return ValueThe common logarithm of x ( log10(x) ) is returned.ExplanationThe commonlogarithm of x is calculated and the result is returned.Notesx must be greater than 0, otherwise an error will occur as shown below:
See Alsolog() |