Home > Electronics Tutorials > C Language Tutorial > math.h - Exponential, Logarithmic and Power Functions - log

C Language Programming Library Reference Guide

math.h - Exponential, Logarithmic and Power Functions - 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.
Note: To report broken links or to submit your projects, tutorials please email to Webmaster

Discover

     more......