[challenge] code for finding the square root of a given number without using sqrt function. Exact root required... Precision 3 | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2

[challenge] code for finding the square root of a given number without using sqrt function. Exact root required... Precision 3

3rd Dec 2017, 6:14 AM
Hemanth Varma
Hemanth Varma - avatar
8 Answers
3rd Dec 2017, 1:33 PM
Justine Ogaraku
Justine Ogaraku - avatar
+ 10
https://code.sololearn.com/cFNZTaa1NeBA/?ref=app
3rd Dec 2017, 2:48 PM
LukArToDo
LukArToDo - avatar
+ 8
#python print(int(input())**.5)
4th Dec 2017, 2:26 AM
Käzî Mrîdùl Høssäîn
Käzî Mrîdùl Høssäîn - avatar
+ 2
You should define your precision level before going for exact roots
3rd Dec 2017, 6:30 AM
Arunkumar Palanisamy
Arunkumar Palanisamy - avatar
3rd Dec 2017, 4:46 PM
Arunkumar Palanisamy
Arunkumar Palanisamy - avatar
+ 1
https://code.sololearn.com/WEGfbB4jnO3Q/?ref=app
3rd Dec 2017, 8:24 AM
Calviղ
Calviղ - avatar
3rd Dec 2017, 2:58 PM
Zeke Williams
Zeke Williams - avatar