_Added in 1.9.0_ *$sqrt(N)* Returns the square root of N. *Parameters* N - The number to square. _(N is a double number)_ *Example*
//echo -ag The square root of 4 is $sqrt(4)