yunruse / Noether

Just another units package
MIT License
9 stars 0 forks source link

Support `Decimal` in unit catalogue #45

Open yunruse opened 1 year ago

yunruse commented 1 year ago

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:

yunruse commented 1 year ago

Of course, users could use some config flag to just make things float if this becomes a performance annoyance. (To be honest I haven't really been thinking about performance...)