log10()

#include <math.h>

double log10( double real );

This function returns the logarithm to the base 10 or real.


Back to Essential C Functions.

Log in or register to write something here or to contact authors.