We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I thought we could create a unit value with the #value: message on units but apparently this is not consistent.
Unit m value: 1. "1 metre" Unit g value: 15. "a DerivedUnit [grams]"
The text was updated successfully, but these errors were encountered:
Move base units from kilogram to gram and use prefix for kilogram.
be5e29c
This commit also remove some duplicated code. Fixes zweidenker#16 and Fixes zweidenker#15
Successfully merging a pull request may close this issue.
I thought we could create a unit value with the #value: message on units but apparently this is not consistent.
The text was updated successfully, but these errors were encountered: