The sqrt Statement
The sqrt statement lets you take the square root of an input value and store the result in the first argument. The first argument must be a variable but the second argument can be a variable, a numeric constant, or a constant expression. The syntax of the sqrt statement is shown below.
sqrt x, y // set x equal to the square root of y