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
FYI - I just looked into ruby-units and in "lib/ruby_units/unit.rb" (line 105) force is defined as 7961 (as @Chris-Cunningham has stated). In that same file, 7981 is labeled "momentum".
It might be worthwhile to resync the kinds between ruby-units and js-quantities again.
Since Force is kg m/s^2, and
mass: 8000
length: 1
time: 20
We should have force: 8000+1-40 = 7961
However, in "kinds", force is incorrectly described with the identifier 7981. So, a N_s will be described as a force if you use Qty('1 N_s').kind()
The text was updated successfully, but these errors were encountered: