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

Commits on Jul 28, 2022

  1. Fixed mantissa (floating point) extraction

    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
    hbernaciak authored Jul 28, 2022
    Configuration menu
    Copy the full SHA
    a87fdb9 View commit details
    Browse the repository at this point in the history