Function log10( x )

Description:
Logarithm to base 10.
Parameters:
x (floating point)
argument
Return Value (floating point):
log10(x)
Signature:
double log10(double)