According to GRPrinterTest>>#testIntegerPrinter this is expected behaviour ;-)
There is also a GRSignPrinter, but since there are no class comments ... > On 25 Mar 2015, at 20:14, Cameron Sanders via Pharo-users > <[email protected]> wrote: > > > Date: 25 Mar 2015 20:13:59 CET > Subject: GRNumberPrinter > From: Cameron Sanders <[email protected]> > To: Any question about pharo is welcome <[email protected]> > > > > What am i doing wrong here with my usage? > > (GRNumberPrinter new separator: $,; precision: 2; yourself) > print: -300. > > when inspected i get '300.00'. > > Thanks in advance. > > -Cam > >
