0
About "math" modules on Python 3.0
What the heck is 'sqrt'?? I search it on the internet but it doesn't show any detail result. Please if any of you know what the heck is it reply..... I am a beginner Programmer trying to study for my college
3 Respuestas
+ 2
It stands for "square root". It returns the square root of a number. For instance:
print(math.sqrt(36))
The number printed will be 6 because the square root of 36 is 6 (6 multiplied by 6 gives 36.)
+ 1
Thanks for the answer
0
Lol so that't sqrt