-
Notifications
You must be signed in to change notification settings - Fork 28
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
Make adding units with SI prefixes simpler #88
Comments
What range would this go to by default? 109 to 10-9 or even more? |
I have started on this, and I don't know if the approach I am taking is good. I was going to create a class Then something would iterate over these and call Am I on the right track here? |
From browsing around the web it looks like there are 20 prefixes (see Wikipedia, for example), so I'd go with those. I'll address your other questions in your (wip) PR! |
I'm thinking we could add an SI helper when building a unit system, which will generate units with the SI prefixes added. Something along the lines:
This would generate kilograms, megagrams, micrograms, etc.
The text was updated successfully, but these errors were encountered: