Can someone explain the meaning of this line of code?
i = * ( long * ) &y;
The code is from wikipedia, Fast inverse square root. Is there a way to do the same with python?
Can someone explain the meaning of this line of code?
i = * ( long * ) &y;
The code is from wikipedia, Fast inverse square root. Is there a way to do the same with python?