log()

#include <math.h>

double log( double real );

This function returns the natural logarithm of real


Back to Essential C Functions.

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