Common logarithm (base 10)
Y = log10(
returns
the common logarithm of each element in array X
)X
.
The function accepts both real and complex inputs. For real values
of X
in the interval (0, Inf
), log10
returns
real values in the interval (-Inf
,Inf
).
For complex and negative real values of X
, the log10
function
returns complex values.