help-smalltalk
[Top][All Lists]
Advanced

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

[Help-smalltalk] Bug, float is printed wrongly


From: Tommy Pettersson
Subject: [Help-smalltalk] Bug, float is printed wrongly
Date: Sat, 11 Aug 2018 20:05:22 +0200
User-agent: Mutt/1.10.1 (2018-07-13)

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



reply via email to

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