<html><head></head><body><div class="ydp26e24301yahoo-style-wrap" style="font-family: Helvetica Neue, Helvetica, Arial, sans-serif; font-size: 13px;"><span><div>1> 0.0001.</div><div>0.0001</div><div>2> 0.00001.</div><div>1.0e-5<br><br>Once floats get to the 4th/5th decimal place they start being displayed with the e-x notation.  Is there a way to make them always display "normally", for example 0.00001 in this case.  The problem is when you turn the float into a string, its also displayed as 1.0e-5, adding a format function works yes, but gets annoying to maintain when you need to do arithmetic on the floats.  LIke sorting by the value.<br><br>Also debugging becomes annoying when you see the e-5, e-6, etc notation everywhere and have to match it up.<br><br>Is there a way to compile / add arg to the VM to not do this?</div></span></div></body></html>