-
Notifications
You must be signed in to change notification settings - Fork 384
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix force conversion rates #1308
Fix force conversion rates #1308
Conversation
Takes the rate from kilograms and divides it by the rate from newtons Standard gravity is stated as being 9.80665 m/s2
Opt to have the compiler calculate the expected value
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Very nice, just a few minor things to look at.
Will get to this soon |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Almost there 😊
Thanks! A lot of great improvements here. Release UnitsNet/5.33.0 · angularsen/UnitsNet Now that this is merged, I can put my attention to #1309 the next time I find some free time. |
Fixes #1306
Corrects the conversion rates of the force quantity to be the precisely defined values, relative to standard gravity.
Adds a unit test that verifies that the conversion rate from kilograms divided by the conversion rate from newtons equals standard gravity (
9.80665
m/s2).