base 10 logarithm
y=log10(x)
:x vector or matrix :
log10(x) is the “element-wise” base 10 logarithm y(i,j)=log10(x(i,j)).
10.^log10([1,%i,-1,-%i])
Enter search terms or a module, class or function name.