You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently you build a unit from a unit system. There is no reference to that unit system in the unit - it is entirely standalone and hold all of the information it needs to fully define the unit.
There are cases however where it is handy to have the unit system:
Currently you build a unit from a unit system. There is no reference to that unit system in the unit - it is entirely standalone and hold all of the information it needs to fully define the unit.
There are cases however where it is handy to have the unit system:
1000m
intokm
, which needs the unit system to determine the possible prefixes etc.We need to decide whether the unit can hold on to the unit system, or if we put such functionality down into the system.
The text was updated successfully, but these errors were encountered: