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
This is convenient, but not (mathematically) correct. When multiplying two measured values we should combine units from the same system, raising the exponent, and then multiplying/dividing the other units:
We previously supported multiplication between
Measurable
s, but specifically the inner product:This is convenient, but not (mathematically) correct. When multiplying two measured values we should combine units from the same system, raising the exponent, and then multiplying/dividing the other units:
This change should not come at a performance penalty for any current use cases:
unit + unit
unit.scale(scalar)
unit.convert_to(:simple_unit)
The text was updated successfully, but these errors were encountered: