radicalInverseBase2
Computes the radical inverse of a given unsigned integer i
in base 2.
Return
The radical inverse value of the input as a Double
, mapped to the range [0, 1).
Parameters
i
The input unsigned integer for which the radical inverse in base 2 is computed.