Find the square root
Float:fsqrt( Float:value )
Find the square root of the given value
value
Returns the square root of value
new Float:x; x = fsqrt( 12.25 ); // 3.5