InvSqrt#

inline float InvSqrt(float x)#

Computes the inverse square root of a value.

Parameters:

x[in] Input value

Returns:

1.0f / sqrt(x)

Pre:

x > 0