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