|
|
|
|
|
by AlotOfReading
15 days ago
|
|
I don't know much about real query planners, but if I understand what you're saying there may be ways to improve the situation. If you stick to the safe bits I've been discussing elsewhere in this thread and your platforms implement IEEE floats, float math will also be commutative + associative and you won't have to deal with precision loss. That means your usable range will be narrower than the same size fixed type (because it's limited by the mantissa) but it's large enough to still be useful. |
|