help-smalltalk
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Help-smalltalk] Re: float printing


From: Paolo Bonzini
Subject: [Help-smalltalk] Re: float printing
Date: Sat, 26 May 2007 14:01:19 +0200
User-agent: Thunderbird 2.0.0.0 (Macintosh/20070326)

By the way, you seem to have a bug when mixing radix and scaled decimal:
you are forcing a base 10 at some place (at least in 2.3.3)

st> 2r1.1s printString!
'0.3s1'
st> 2r1.1!
1.50000000000000

Fixed, thanks!

Paolo




reply via email to

[Prev in Thread] Current Thread [Next in Thread]