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.