K 10 svn:author V 3 das K 8 svn:date V 27 2005-03-01T03:56:42.000000Z K 7 svn:log V 311 MFC s_nextafter.c,v 1.8 s_nextafterf.c,v 1.8 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. MFC s_nextafter.c,v 1.9 s_nextafterf.c,v 1.9 Update comment to reflect the code change in the previous revision. END