<< log | Elementary functions | log1p >> |
R = log10(M) |
a variable
result of log: base 10.
log10 computes common logarithm (base 10).
For negative real and complex values of M, log10 function returns complex values.
x = [1+i,-i;i,2i];
r = log10(x)
log.
Version | Description |
---|---|
1.0.0 | initial version |
Allan CORNET