128-bit decimal float support
To make the results more useful / accurate, we should probably do away with using floating point math entirely, and instead opt for using d128
from the decimal crate.
To make the results more useful / accurate, we should probably do away with using floating point math entirely, and instead opt for using d128
from the decimal crate.
I'll have a PR submitted soon which will switch us from using f64
to d128
.