-
Notifications
You must be signed in to change notification settings - Fork 23
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
SI for volume in slick grid unit editor ? #1102
Comments
Mmm... I think it's because mathjs reduces units to the most basic ones. Therefore a volume is in m^3 and not L. It's important for the library for handling calculations. Maybe we should not call it SI... |
Yes I think SI is ambiguous because |
It should be called base unit (BU?) |
It make sense indeed that it is in m^3. For me it may stay SI. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Not sure it maters but when I enter 1l internally it convert to 0.001.
Accepted seems to be the liter
https://en.wikipedia.org/wiki/Non-SI_units_mentioned_in_the_SI
So I'm just wondering if it is normal or a bug
The text was updated successfully, but these errors were encountered: