Log10

Help Contents Arithmetic Irrational Functions Log10
exp LN

Log10 num


outputs the common (decimal) logarithm of the input.

Examples:

Log10 10		;1  ;-)
Log10 100		;2  ;-)
Log10 1000		;3  ;-)
Log10 1		;0  ;-)
Log10 1/10		;-1  ;-)
Log10 (list 1/10 1 10 100 1000)		;[-1 0 1 2 3] ;-)

Reference:

exp LN