NAME log10 - base-10 logarithmic function CONTENTS Synopsis Description Errors SYNOPSIS #include <math.h> "double log10(double "x); "float log10f(float "x); "long double log10l(long double "x); DESCRIPTION The log10() function returns the natural logarithm of x. ERRORS The log10() function can return the following errors:
"double log10(double "x);
"float log10f(float "x);
"long double log10l(long double "x); DESCRIPTION The log10() function returns the natural logarithm of x. ERRORS The log10() function can return the following errors: