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

support for exponential notation #68

Open
dannyvankooten opened this issue Nov 29, 2022 · 0 comments · May be fixed by #69
Open

support for exponential notation #68

dannyvankooten opened this issue Nov 29, 2022 · 0 comments · May be fixed by #69

Comments

@dannyvankooten
Copy link

Right now typing 1e6 will perform 1 * e * 6. I think it would be useful to first check whether the number should be evaluated using exponential notation.

> 1e6
1,000,000
> 1e12
1,000,000,000,000

Etc... Rust itself, Python and JavaScript support this and once you start using it, it's really hard to go without.

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

Successfully merging a pull request may close this issue.

1 participant