|
|
|
|
|
by dunhuang_nomad
1326 days ago
|
|
Does anyone know why the bitshift method works? Is it that low and high are both floating point, so you're not constrained by int precision and so you don't get an overflow error. The article makes it sound like sign switching is the issue, but this is just a general overflow problem, right? |
|