-
Notifications
You must be signed in to change notification settings - Fork 401
Closed
Labels
Description
There doesn’t seem to be a straightforward way to get the inverse of a quantity (where applicable).
For example, I’d like to easily compute the inverse of a Conductivity quantity to get the Resistivity, while being confident that the conversion factor & units are consistent. I guess there are other such quantities that have such an inverse relationship as well.
I’ve tried converting the quantity to SI units, calculating 1/n of the value and creating the inverse quantity. But I’m struggling to convert it back to the equivalent unit I started with.
Having this functionality built-in to the quantity types would be great!