how to find squareroot of any number | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

how to find squareroot of any number

23rd Sep 2016, 5:41 AM
Navghare saheb
Navghare saheb - avatar
4 Answers
+ 2
include cmath.h use sqrt function..
23rd Sep 2016, 6:46 AM
Descifrador
Descifrador - avatar
0
thanks
23rd Sep 2016, 7:00 AM
Navghare saheb
Navghare saheb - avatar
0
for finding a square root of any no. there is a syntax.. sqrt(number);
25th Sep 2016, 1:43 PM
Jai Gupta
Jai Gupta - avatar
0
and use #include<math.h> as a header file
25th Sep 2016, 1:45 PM
Jai Gupta
Jai Gupta - avatar