> 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
_______________________________________________
help-smalltalk mailing list
help-smalltalk gnu.org
http://lists.gnu.org/mailman/listinfo/help-smalltalk
|