help-smalltalk
[Top][All Lists]
Advanced

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

GNU Smalltalk math bugs


From: David G. Pickett
Subject: GNU Smalltalk math bugs
Date: Sat, 13 Feb 2021 12:08:22 -0500
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.10.0

Running gst on Linux, the blizzard of math errors and invalid exceptions is a real disgrace.  Just entering numbers makes it disgrace itself:

dgp@dgp-p6803w:~
$ (cd smalltalk-3.2.91 ; ./gst)
GNU Smalltalk ready

st> 1.234567890q0
1.23456789
st> 1.23456789123456789q0
1.253
st> 1.2345678987654321d0
1.23456789876501
st> 1e-4
0.00001
st> 1e-5
0.0000063715563
st> 1e-3
0.001
st> .1d0
stdin:7: expected expression
st> 0.1d0
0.1
st> 1.23456789123456789d0
1.35236
st>




reply via email to

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