RETURNS THE COMMON LOGARITHM OF V
ACTION
The function LOG10(V) returns the common logarithm of V.
V can be a real or integer number and must be strictly positive.
SYNTAX:
Result=LOG10(V)
USE ERROR EXAMPLE
print log10(3)
print "Result = 0.477121254719662"
LOG10()
LOG10(V)
SEE ALSO
EXP()
LOG()
LOG2()