-
Notifications
You must be signed in to change notification settings - Fork 382
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
Add ImperialQuart to Volume #1254
Conversation
/// <summary> | ||
/// https://www.legislation.gov.uk/uksi/1995/1804/made | ||
/// </summary> | ||
protected override double ImperialQuartsInOneCubicMeter => 879.876993196; |
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.
Verified.
Weird, wolfram normally is very precise, but seems to round here.
https://www.wolframalpha.com/input?i=1+cubic+meter+in+imperial+quarts
"SingularName": "ImperialQuart", | ||
"PluralName": "ImperialQuarts", | ||
"FromUnitToBaseFunc": "{x} * 1.1365225e-3", | ||
"FromBaseToUnitFunc": "{x} / 1.1365225e-3", |
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.
Verified
The imperial quart, which is used for both liquid and dry capacity, is equal to one quarter of an imperial gallon, or exactly 1.1365225 liters.
Looks perfect, thanks. |
Thank you for the quick response! |
Lol, it was literally right next to it and I still missed it 😅 Nuget should be out shortly. |
No problem lol, glad I wasn't missing anything, thanks for the release! |
No description provided.