Converting small decimals to scientific notation bug

Converting small decimals to scientific notation bug

In my deluge script, I had entered X>.0001.  After I saved the script I left the page.  When I came back to edit the script my script now read X>1.0E-4.  However, after making edits to the script and trying to save I receive an error stating Encountered "E" at line #, column #.  I have to change all of the 1.0E-4 to .0001 before I can save the script.

Either deluge needs to understand scientific notation, or small decimal numbers should not be converted to scientific notation.

 

-Rick