commit | febc12805a8427ec2e683da0cde9bcd2595268ee | [log] [tgz] |
---|---|---|
author | Mark Dickinson <dickinsm@gmail.com> | Wed Nov 18 19:34:33 2009 +0000 |
committer | Mark Dickinson <dickinsm@gmail.com> | Wed Nov 18 19:34:33 2009 +0000 |
tree | f738df2c5ce6251fc980e48ba959fe99e12250e9 | |
parent | b9706da528e5ab4113bf013ca8d9185962de4911 [diff] |
Blocked revisions 76373 via svnmerge ........ r76373 | mark.dickinson | 2009-11-18 19:33:35 +0000 (Wed, 18 Nov 2009) | 5 lines Issue #7117, continued: Change round implementation to use the correctly-rounded string <-> float conversions; this makes sure that the result of the round operation is correctly rounded, and hence displays nicely using the new float repr. ........