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

Adapted number regex to allow scientific notation #489

Closed
wants to merge 1 commit into from

Conversation

rhazn
Copy link
Contributor

@rhazn rhazn commented Dec 18, 2023

Allows parsing numbers in scientific notation, both integers like 1.904761905e+20 or decimals like 8.1e-5.

Closes #488

@rhazn rhazn added the softwarecampus Issues related to the Softwarecampus grant label Dec 18, 2023
@rhazn rhazn self-assigned this Dec 18, 2023
@rhazn rhazn closed this Dec 18, 2023
@rhazn rhazn deleted the issue-448-allow-scientific-notation branch December 18, 2023 14:08
@github-actions github-actions bot locked and limited conversation to collaborators Dec 18, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
softwarecampus Issues related to the Softwarecampus grant
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[BUG] Scientific mathematical notations are being read as text
1 participant