NetBSD-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: lib/45372: A bug in pow(3)
The following reply was made to PR lib/45372; it has been noted by GNATS.
From: Jukka Ruohonen <jruohonen%iki.fi@localhost>
To: gnats-bugs%NetBSD.org@localhost
Cc: lib-bug-people%NetBSD.org@localhost, gnats-admin%NetBSD.org@localhost,
netbsd-bugs%NetBSD.org@localhost
Subject: Re: lib/45372: A bug in pow(3)
Date: Sat, 17 Sep 2011 11:11:33 +0300
Also: if y is odd, y < 0, and x is -Inf, -0.0 should be returned. This is OK
for pow(3) but powf(3) returns without the sign, i.e. +0.0.
Home |
Main Index |
Thread Index |
Old Index