log10 Function

Purpose:

To return the common logarithm of a number.

Syntax:

log10(x)

Comments:

x must be greater than zero.

Example:

print log10(10)

1.0000