Returns the square root of the number x. The square root function calculates x to the power of the inverse of 2.
Sqr( X )
A number.
sqr( 9 ) // Returns the value 3 sqr( 2 ) // Returns the value 1.41