Currently At: Programming Reference > C Reference > Standard C Math > log10()

log10()


Syntax:
#include <math.h>
double log10( double num );


Description:
The log10() function returns the base 10 logarithm for num. There's a domain error if num is negative, a range error if num is zero.

Related Topics:
log()


Web Standards & Support:

Link to and support eLook.org Powered by LoadedWeb Web Hosting
Valid XHTML 1.0! Valid CSS! eLook.org FireFox Extensions