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

C Language Programming Library Reference Guide

math.h - Exponential, Logarithmic and Power Functions - log10

Declaration: double log10(double x);

Returns the common logarithm (base-10 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......