{"id":25362,"date":"2021-11-10T09:38:19","date_gmt":"2021-11-10T04:08:19","guid":{"rendered":"https:\/\/python-programs.com\/?p=25362"},"modified":"2021-11-10T09:38:19","modified_gmt":"2021-11-10T04:08:19","slug":"python-sqrt-method-with-examples","status":"publish","type":"post","link":"https:\/\/python-programs.com\/python-sqrt-method-with-examples\/","title":{"rendered":"Python sqrt() Method with Examples"},"content":{"rendered":"

sqrt() Method in Python:<\/strong><\/p>\n

The square root of a number is returned by the math.sqrt() method.<\/p>\n

Note:<\/strong> It should be noted that the number must be greater than or equal to 0.<\/p>\n

Syntax:<\/strong><\/p>\n

math.sqrt(number)<\/pre>\n

Parameters<\/strong><\/p>\n

number:<\/strong> This is Required. A number whose square root is to be found.<\/p>\n