Articles → Python → Math.Sqrt Function In PythonMath.Sqrt Function In PythonIn this article, we will discuss math.sqrt function in python.Purpose The function calculates square root of the number.Example import math print("Square root of 4 is :" , math.sqrt(4))Output Click to EnlargePosted By - Karan Gupta Posted On - Friday, April 19, 2019 Query/Feedback Your Email Id Subject Query/Feedback Characters remaining 250
import math print("Square root of 4 is :" , math.sqrt(4))
Query/Feedback