2.7.3.4 log

Declaration:

double log(double x);Returns the natural logarithm (base-e logarithm) of x.

Range:

There is no range limit on the argument or return value.