Date: Sun, 03 Jul 2005 01:08:26 -0000 From: David Schultz <das@FreeBSD.ORG> To: Ceri Davies <ceri@submonkey.net>, src-committers@FreeBSD.ORG, cvs-src@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/lib/msun/src s_nextafter.c s_nextafterf.c Message-ID: <20050123225549.GA72002@VARK.MIT.EDU> In-Reply-To: <20050123185434.GE98128@submonkey.net> References: <200501231546.j0NFkMuo058888@repoman.freebsd.org> <20050123185434.GE98128@submonkey.net>
next in thread | previous in thread | raw e-mail | index | archive | help
On Sun, Jan 23, 2005, Ceri Davies wrote: > On Sun, Jan 23, 2005 at 03:46:22PM +0000, David Schultz wrote: > > das 2005-01-23 15:46:22 UTC > > > > FreeBSD src repository > > > > Modified files: > > lib/msun/src s_nextafter.c s_nextafterf.c > > Log: > > If x == y, return y, not x. C99 (though not IEEE 754) requires that > > nextafter(+0.0, -0.0) returns -0.0 and nextafter(-0.0, +0.0) returns +0.0. > > These comments should be updated too. Fixed, thanks.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20050123225549.GA72002>