Calculates the common (base 10) logarithm of the specified expression.
LOG10(val)
val |
- |
A scalar, series or table. |
A scalar, series, or table.
log10(W3)
creates a new series from the contents of Window 1 and places the result in the current Window. The value of each point in the new series will be the base 10 logarithm of the corresponding point in Window 3.
log(10)
returns 1, the common log of 10.
For x < 0, log10(x) returns a complex result.
See LOG for the natural log, log base e.
See LOG2 for log base 2.