<b>double pow(double x, double y)</b>




Document: The C Standard Library

next double sqrt(double x)
up Mathematical Functions: math.h
gif double log10(double x)

double pow(double x, double y)

The return value is x raised to the power y, i.e. . It is an error to invoke this function with x equal to zero and y less than or equal to zero; or with x less than zero and y not an integergif.



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