Re: [clisp-list] floating point problems with clisp 2.30



> * In message <3DA00366.3010104@mail.ru>
> * On the subject of "[clisp-list] floating point problems with clisp 2.30"
> * Sent on Sun, 06 Oct 2002 12:33:26 +0300
> * Honorable "Vadim V. Zhytnikov" <vvzhy@mail.ru> writes:

> It seems that there is some floating point bug in recently released
> clisp 2.30.  I've been trying to compile Maxima CVS with clisp 2.30
> and suddenly I've got large number of
> WARNING:
> Floating point operation combines numbers of different precision.
> See ANSI CL 12.1.4.4 and the CLISP impnotes for details.
> The result's actual precision is controlled by
> *FLOATING-POINT-CONTAGION-ANSI*.
> To shut off this warning, set *WARN-ON-FLOATING-POINT-CONTAGION* to NIL.

if you are not "combining numbers of different precision", this is a bug.
please isolate it to specific funcalls (by setting *BREAK-ON-SIGNALS*
to T and looking at the backtrace) and report it to <clisp-list>.

Please investigate every single case when you get the warning.

Thanks.

-- 
Sam Steingold (http://www.podval.org/~sds) running RedHat7.3 GNU/Linux
<http://www.camera.org>; <http://www.iris.org.il>; <http://www.memri.org/>;
<http://www.mideasttruth.com/>; <http://www.palestine-central.com/links.html>;
There are two ways to write error-free programs; only the third one works.