log10

log10(X) returns logarithm in base 10 for each element of X.

Examples

> log(2)/log(10)

	[ans:0.30103]
> log10(2)

	[ans:0.30103]
> x = 0:0.2:10

[x:1x51 double]

> plot(x, log10(x))

[ans:1x1 struct]

Resources

See also

log | log1p | log2