▲ | ssivark 8 months ago | |
This is the kind of thing that would be pretty straight-forward in Julia, I imagine. Independent libraries for uncertainties and units could easily be remixed together if the unitful quantity accepts any number type, and the uncertainties just define a new number type. Multiple dispatch should generate consistent downstream behavior "for free". | ||
▲ | ziotom78 8 months ago | parent [-] | |
Indeed:
|