Damn little compiler glitch

 

I've been working for days to find out why a complex statistics test doesn't get the normal result, to find out that I used integer values in formulas that return doubles.

Now, couldn't the compiler add ".0" to each number in a parsed formula that returns a double, so we don't need to do this correction ourselves?