|
|
|
|
|
by stingraycharles
383 days ago
|
|
Yup, because of the imprecision of floating points, cannot just assume that ā(a + c) + (b + d)ā is the same as āa + b + c + dā. It would be pretty ironic if at some point fixed point / bignum implementations end up being faster because of this. |
|