| Applying science to business management |
  
log10
Format: log10( x )
Arguments: (num) x Any real or complex number
Returns: (num) Common logarithm (base 10) of x
Description: The common logarithm of x is the
value y where 10^y=x.
Examples: log10(100) = 2
log10(1e-3) = -3
log10(1+I) = 0.151+0.341i
log10(10^5) = 5
See Also: log, Power
|