2008/6/18 Greg Troxel <[EMAIL PROTECTED]>: > I ran 'make check' on guile on NetBSD-current on amd64, and got a > failure: > > guile> (version) > "1.8.5" > guile> (eqv? 0.0 (exp -inf.0)) > #f > guile> (exp -inf.0) > +nan.0 > > On i386 and sparc64 this passes. I ran paranoia and that passed (with > not even flaws). Does this test pass for others on other operating > systems on amd64?
I'm afraid I have no data there. Mathematically, it's correct for (exp -inf.0) to be 0, isn't it? Regards, Neil