sqrt function
float sqrt(x)
x float
Returns the non-negative square root of x. If x is negative, nan is generated.
The sqrt function calculates the square root of x.
x float
Returns the non-negative square root of x. If x is negative, nan is generated.
The sqrt function calculates the square root of x.