mirror of
https://github.com/dkogan/feedgnuplot.git
synced 2025-05-06 06:21:16 +08:00
a number in scientific notation can have an explicitly positive exponent
This commit is contained in:
parent
3cddac38fe
commit
ce4927e24d
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user