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

Allow writing numbers as exponentials e.g. 1e9 #17

Closed
amterp opened this issue Mar 22, 2025 · 1 comment
Closed

Allow writing numbers as exponentials e.g. 1e9 #17

amterp opened this issue Mar 22, 2025 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@amterp
Copy link
Owner

amterp commented Mar 22, 2025

No description provided.

@amterp amterp added the enhancement New feature or request label Mar 22, 2025
@amterp amterp self-assigned this Mar 22, 2025
amterp added a commit that referenced this issue Mar 22, 2025
Pretty common in languages, makes writing and reading larger numbers
easier.

Examples: 1_234, 1e9, 1.23e9_8

Closes #16, #17.
amterp added a commit that referenced this issue Mar 22, 2025
Pretty common in languages, makes writing and reading larger numbers
easier.

Examples: 1_234, 1e9, 1.23e9_8

Closes #16, #17.
@amterp
Copy link
Owner Author

amterp commented Mar 22, 2025

Supported with #18 .

@amterp amterp closed this as completed Mar 22, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant