Per #18 it would be nice if all units were Decimals. This is a "would-be-nice" feature: float accuracy is more than good enough for almost all purposes.
To do this, I think the following would be nice:
- Make some
FlakyDecimal(Decimal) that is interoperable with float
- #x
- Make all units
FlakyDecimal by default
Per #18 it would be nice if all units were Decimals. This is a "would-be-nice" feature:
floataccuracy is more than good enough for almost all purposes.To do this, I think the following would be nice:
FlakyDecimal(Decimal)that is interoperable withfloatFlakyDecimalby default