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

Carry over the order of magnitude in ranges #1

Open
marcolagi opened this issue Aug 13, 2016 · 0 comments
Open

Carry over the order of magnitude in ranges #1

marcolagi opened this issue Aug 13, 2016 · 0 comments

Comments

@marcolagi
Copy link
Owner

For example,

Before the Hubble Telescope scientists predicted an age of the universe ranging from 10 to 20 billion years

should be parsed as:

[Quantity(1e+10, "year"), Quantity(2e+10, "year")]

instead of

[Quantity(10, "year"), Quantity(2e+10, "year")]

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

1 participant