The equation parser doesn't understand numbers of the form "1.2e9" for the more longwinded (and easier-to-miss-one-of-those-zeroes) "1200000000". (svn:1267396)
Well... as a workaround for now, it does recognize 1e+4, 1E+4, 1e-4, and 1E-4. Just not 1E4 or 1e4.
SVN commit 1296680 by netterfield: Fix the parser to recognise scientific notation of the form 3.0E3 in addition to 3.0E+3 M +0 -1 enodes.cpp M +16 -17 escan.cpp M +1 -1 escan.l WebSVN link: http://websvn.kde.org/?view=rev&revision=1296680