The sqrt() function calculates the square root of a given numeric expression.
sqrt(num.exp)
num.exp | Numeric expression from which the square root is calculated. If num.exp is negative, the function returns 0 and prints an error message. |
Precision is kept for up to 9 digits.
print sqrt(25)