Returns the square root of the input value, equivalent to floatpower(value, 0.5).
native float SquareRoot(float value)