Sqrt#

inline float Sqrt(float x)#

Computes the square root of a float value.

Parameters:

x[in] Input value

Returns:

Square root of x

Pre:

x >= 0