Skip to content
This repository has been archived by the owner on Feb 9, 2021. It is now read-only.

Error Parsing numbers in scientific representation #16

Open
nwrkbiz opened this issue Dec 11, 2019 · 0 comments
Open

Error Parsing numbers in scientific representation #16

nwrkbiz opened this issue Dec 11, 2019 · 0 comments

Comments

@nwrkbiz
Copy link

nwrkbiz commented Dec 11, 2019

See:

c = str[ offset++ ];

Should be:
c = str[ offset ];

No increment of offset should happen here, otherwise parsing of numbers in scientific representation will fail.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant