double sqrt(double x)
Document: The C Standard Library
Conclusion
Mathematical Functions: math.h
double pow(double xdouble y)
The return value is the square root
of x, i.e.
. x must be
greater than or equal to zero.
McMullin@eeng.dcu.ie
Fri Mar 29 14:35:38 GMT 1996