sqrtInv( <x> )
Module: Utils
Summary:
Returns the
square root inverse
of x.
Example:
inv = sqrtInv( 16 );
Required Args:
1 : <x> Value whose square root inverse is computed