NetBSD-Bugs archive

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

Re: lib/45362: corner case floating point bugs (qemu?)



The following reply was made to PR lib/45362; it has been noted by GNATS.

From: Jukka Ruohonen <jruohonen%iki.fi@localhost>
To: gnats-bugs%NetBSD.org@localhost
Cc: netbsd-bugs%NetBSD.org@localhost
Subject: Re: lib/45362: corner case floating point bugs (qemu?)
Date: Tue, 13 Sep 2011 07:16:53 +0300

 On Tue, Sep 13, 2011 at 04:15:01AM +0000, Jukka Ruohonen wrote:
 >      log1p(-Inf) != NaN
 >      log1p(-1.0) != -HUGE_VAL
 >      log1pf(-Inf) != NaN
 >      log1pf(-1.0) != -HUGE_VALF
 
 Note that the order of comparison is obviously reversed above.
 


Home | Main Index | Thread Index | Old Index