log10
ACTION:
returns the logarthm of the first value to base 10
USE:
LogValue=log10(Value)
EXAMPLE:
a=log10(100)
RESULT:
a=2
RELATED:
log
log2
logn
pow