yunruse / Noether

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

`measure @ UnitSet` #34

Closed yunruse closed 1 year ago

yunruse commented 1 year ago

It would be rather handy if, just as you can use display(UnitSet), Measure @ UnitSet could also be used. That would make the interface cleaner – @ is just a sort of temporary display, anyhow.

yunruse commented 1 year ago

Works as planned!

>>> meter @ CGS
100 cm  # length
>>> volt @ CGS
100000000 abV  # voltage
>>> joule @ CGS
10000000 erg  # energy

Now to, err, add UnitSets other than CGS...