MATLAB Function Reference | Search  Help Desk |
log10 | Examples See Also |
Y =
log10(X)
The log10
function operates element-by-element on arrays. Its domain includes complex numbers, which may lead to unexpected results if used unintentionally.
Y = log10(X)
returns the base 10 logarithm of the elements of X
.
On a computer with IEEE arithmetic
log10(realmax)
is 308.2547
and
log10(eps)
is -15.6536
exp
Exponential
log
Natural logarithm
log2
Base 2 logarithm and dissect floating-point numbers
into exponent and mantissa
logm
Matrix logarithm