Answers for "c math.h sqrt"

C
0

c math.h sqrt

/*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*/
Posted by: Guest on January-23-2021

Code answers related to "C"

Browse Popular Code Answers by Language