Issue #5859: Remove '%f' to '%g' formatting switch for large floats.

This commit is contained in:
Mark Dickinson 2009-05-01 15:37:04 +00:00
parent f489caf5da
commit 33841c3489
6 changed files with 27 additions and 19 deletions

View file

@ -22,8 +22,8 @@
%.0f 123.456 -> 123
%.0f 1234.56 -> 1235
%.0f 1e49 -> 9999999999999999464902769475481793196872414789632
-- %.0f 1e50 -> 100000000000000007629769841091887003294964970946560
%.0f 9.9999999999999987e+49 -> 99999999999999986860582406952576489172979654066176
%.0f 1e50 -> 100000000000000007629769841091887003294964970946560
-- precision 1
%.1f 0.0001 -> 0.0