<b>double log10(double x)</b>




Document: The C Standard Library

next double pow(double xdouble y)
up Mathematical Functions: math.h
gif double log(double x)

double log10(double x)

The return value is the base 10 logarithm of x, i.e. . x must be greater than zero.



McMullin@eeng.dcu.ie
Fri Mar 29 14:35:38 GMT 1996