#include <math.h> double log10(double x);
The logarithm base 10 of x.
ANSI, POSIX
Go to the first, previous, next, last section, table of contents.