log()

#include <math.h>

double log( double real );

This function returns the natural logarithm of real


Back to Essential C Functions.