Skip to content
This repository has been archived by the owner on Dec 27, 2023. It is now read-only.

Fixed mantissa (floating point) extraction #77

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

hbernaciak
Copy link

This fix extends the handling of exponential notation for numbers like below, which throws an exception "strValue must be a number" before:
100000e-8
1.33E+33
11111111e-7

This fix extends the handling of exponential notation for numbers like below, which throws an exception "strValue must be a number" before:
100000e-8
1.33E+33
11111111e-7
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.

1 participant