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

David Schultz das at FreeBSD.org
Tue Mar 1 03:56:49 GMT 2005


das         2005-03-01 03:56:42 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_5)
    lib/msun/src         s_nextafter.c s_nextafterf.c 
  Log:
  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.
  
  Revision  Changes    Path
  1.7.8.1   +1 -1      src/lib/msun/src/s_nextafter.c
  1.7.8.1   +1 -1      src/lib/msun/src/s_nextafterf.c


More information about the cvs-src mailing list