Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR C

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*/
 
PREVIOUS NEXT
Tagged: #sqrt
ADD COMMENT
Topic
Name
5+1 =