Watch window shows incorrect value of certain float literals #323
Labels
Bug
A report of unintended or broken behavior.
Debugger
Pertains to the debugger.
Missing Support
A request to support a currently unsupported case.
Version 0.9.11
I have noticed that the e literal format (e.g. 4.0e2 for 400 or 1.0e-2 for 0.01) does not render properly. It just ignores the e, alongside and any other non-number character from what I can tell. 4.0e2 becomes 4.02 and 1.0e-2 becomes -1 (the result of 1.0 - 2).
May be related to #308 , which also seems to be the watch window ignoring 'extraneous' characters.
The text was updated successfully, but these errors were encountered: