Bug, float is printed wrongly
Tommy Pettersson <[email protected]>
| Newsgroups | gmane.comp.lang.smalltalk.gnu.general |
|---|---|
| Message-ID | <20180811180522.GA7457@kelsos> |
Hi, The float 1e-4 gets too many zeros when printed. This happens on version 3.2.5 and on the current master branch at git://git.sv.gnu.org/smalltalk.git, on both 32-bit and 64-bit. Example: st> x := 1e-4 0.00001 st> x+x 0.0002 Kind regards, Tommy