March 29, 2011
7:45 p.m.
Updates: Status: Closed Comment #3 on issue 3429 by stephane...@gmail.com: Better Number performance http://code.google.com/p/pharo/issues/detail?id=3429 Thanks nicolas. In this moment we have some boost in changes so this is good to have some help :). I like the feel. I added ScaledDecimalTest>>testRounded self assert: 1.999s2 printString = '2.00s2'. self assert: -1.999s2 printString = '-2.00s2'