log

Return log10 of the argument.


Synopsis

val = log(someval)


Description

log returns the log10 of its argument.


Arguments


Examples

lval = log(3.414)

See Also

ln, abs, pow, max, min, mod, round, trunc, wrap