2.7.3.5 log10

Declaration:

double log10(double x);Returns the common logarithm (base-10 logarithm) of x.

Range:

There is no range limit on the argument or return value.