+ 2

What is sqrt?

7th Feb 2017, 4:29 PM
Mohammad Abubakkar Siddique
Mohammad Abubakkar Siddique - avatar
4 odpowiedzi
+ 18
It is a function that returns the square root of the argument that you passed to it.
7th Feb 2017, 4:36 PM
Igor Makarsky
Igor Makarsky - avatar
+ 2
square root
7th Feb 2017, 4:35 PM
Sanchit Pandey
Sanchit Pandey - avatar
+ 1
thanks a lot 😊 @igor and @sanchit
7th Feb 2017, 4:53 PM
Mohammad Abubakkar Siddique
Mohammad Abubakkar Siddique - avatar
0
import math then use math.sqrt(value) it will give square root of that value
7th Feb 2017, 5:31 PM
Pawan Walia
Pawan Walia - avatar