SquareRoot Function

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

float SquareRoot(float value)

Parameters

float value

Input value.

Return Value

Square root of the value.