Skip to content
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

Temperature divided by distance should be either invalid, or should have the unit of "°F/m", but not "°F lightyears" #272

Closed
yurivict opened this issue Feb 24, 2024 · 2 comments

Comments

@yurivict
Copy link

yurivict commented Feb 24, 2024

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
@printfn
Copy link
Owner

printfn commented Feb 24, 2024

This relates to #76, you can work around it by adding parentheses: (100 °C to °F) / (1 lightyear)

@printfn
Copy link
Owner

printfn commented Feb 24, 2024

closing as duplicate of #76

@printfn printfn closed this as completed Feb 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants