double log10(double x)
Document: The C Standard Library
double pow(double xdouble y)
Mathematical Functions: math.h
double log(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