a number in scientific notation can have an explicitly positive exponent

This commit is contained in:
Dima Kogan 2010-03-02 17:13:12 -08:00
parent 3cddac38fe
commit ce4927e24d

View File

@ -292,7 +292,7 @@ sub mainThread {
}
# regexp for a possibly floating point, possibly scientific notation number, fully captured
my $numRE = qr/([-]?[0-9\.]+(?:e[-]?[0-9]+)?)/o;
my $numRE = qr/([-]?[0-9\.]+(?:e[-+]?[0-9]+)?)/o;
my $xlast;
my $haveNewData;