Feb. 18, 2011
1:38 p.m.
Status: New Owner: ---- New issue 3733 by Dionisiy...@gmail.com: Float>>roundUpTo: wrong results http://code.google.com/p/pharo/issues/detail?id=3733 Try this: (test casa in attachenment) 560.19 roundUpTo: 0.01 >>> 560.2 500.19 roundUpTo: 0.01 >>> 500.19 Attachments: RoundUpToTests.st 560 bytes