MTM
log10
compute the base-10 logarithm
Calling Sequence
Parameters
Description
Examples
log10(M)
M
-
array, matrix, vector, or scalar
The log10(M) function computes the element-wise base-10 logarithm of M. The result, R, is formed as R[i,j] = log10(M[i,j]).
with⁡MTM:
M≔Matrix⁡0.3,0.2,0.1,0.4:
log10⁡M
−0.5228787453−0.6989700043−1.000000000−0.3979400087
See Also
MTM[log]
MTM[log2]
Download Help Document