📅  最后修改于: 2022-03-11 15:04:44.135000             🧑  作者: Mango
/*function prototype of sqrt()*/
double sqrt(double arg);
/*sqrt() returns the square root of the number passed on to it
the function is available in the math.h library*/