Re: Bug, float is printed wrongly
Tommy Pettersson <[email protected]>
| Newsgroups | gmane.comp.lang.smalltalk.gnu.general |
|---|---|
| Message-ID | <20180811205032.GA12376@kelsos> |
Hi Bill, I think the ZeroDivide exception is unrelated, and caused by your gst being compiled with option -pie (the default in many distros). If so, you would get the same exception for 0.05 and many other numbers. Try compiling gst with -no-pie to see if the exception goes away. /Tommy