Skip to content

support for exponential notation #68

@dannyvankooten

Description

@dannyvankooten

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions