grain
grain copied to clipboard
Verify Accuracy of inexact->exact Conversions
Currently, we perform inexact->exact
conversions of floating point numbers using int32
/int64
s. We should verify that the accuracy of this conversion cannot be improved by using BigInt
s instead (if it can be, we should switch to those).