cvs commit: src/lib/msun/src s_nextafter.c s_nextafterf.c

David Schultz das at FreeBSD.ORG
Sun Jul 3 01:08:26 GMT 2005


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.



More information about the cvs-all mailing list