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

Infinity number parsing fix #457

Merged
merged 1 commit into from
Oct 18, 2023
Merged

Conversation

f3l1x98
Copy link
Contributor

@f3l1x98 f3l1x98 commented Oct 16, 2023

Replaced Number.POSITIVE_INFINITY and Number.NEGATIVE_INFINITY with Number.MAX_SAFE_INTEGER and Number.MIN_SAFE_INTEGER due to Number.isInteger(Number.POSITIVE_INFINITY) returning false

…umber.MAX_SAFE_INTEGER and Number.MIN_SAFE_INTEGER
@georg-schwarz georg-schwarz merged commit 9f685e6 into main Oct 18, 2023
2 checks passed
@georg-schwarz georg-schwarz deleted the bugfix/Infinity-parsing-error branch October 18, 2023 15:12
@github-actions github-actions bot locked and limited conversation to collaborators Oct 18, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants