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
This produces bogus units:
> (100 °C to °F) / 1 lightyear 212 °F lightyears
Here is another bogus result:
> 1 meter / 1 lightyear 9460730472580800 meters^2
The text was updated successfully, but these errors were encountered:
This relates to #76, you can work around it by adding parentheses: (100 °C to °F) / (1 lightyear)
(100 °C to °F) / (1 lightyear)
Sorry, something went wrong.
closing as duplicate of #76
No branches or pull requests
This produces bogus units:
Here is another bogus result:
The text was updated successfully, but these errors were encountered: