When converting to fixed point, multiply by 0x100000000 instead of 0xFFFFFFFF....
When converting to fixed point, multiply by 0x100000000 instead of 0xFFFFFFFF. This should be (very very slightly) more accurate, since its reciprocal can be exactly represented in floating point.
Showing
Please register or sign in to comment