Scientific Units: Add inverse units #453
Labels
1.x.x
expected somewhere in a future release
component:scientific
enhancement
New feature or request
Describe the issue
When numeric numeric value is divided by a scientific unit a reciprocal unit should be returned.
For example, correct result of a calculation:
9 / (3kg) = 3(kg^-1)
source: https://www.wolframalpha.com/input/?i=9+%2F+%283kg%29
should be
3 (Reciprocal Kilogram)
.Expected behavior
Operations resulting in reciprocal units should be implemented and operations that divide numerical values by scientific units should return correct units.
Additional context
The ability to divide numeric values by a scientific units was removed #445
This ticket was created in order to create a proper solution for those operations.
The text was updated successfully, but these errors were encountered: