double log(double x)
Document: The C Standard Library
double log10(double x)
Mathematical Functions: math.h
double exp(double x)
The return value is the natural
logarithm
of x, i.e.
. x must be greater
than zero.
McMullin@eeng.dcu.ie
Fri Mar 29 14:35:38 GMT 1996