log10

ABSTRACT

Calculates the logarithm (base 10) of the input

PARAMETERS
xthe input value
RETURN

the log base 10 of the input

DECLARATION
func log10(x)