cvs commit: src/lib/msun/src s_csqrt.c s_csqrtf.c

David Schultz das at FreeBSD.org
Thu Jan 10 20:18:26 PST 2008


das         2008-01-11 04:18:26 UTC

  FreeBSD src repository

  Modified files:
    lib/msun/src         s_csqrt.c s_csqrtf.c 
  Log:
  - Correct the range check in the double version to catch negative values
    that would overflow.
  - Style fixes and improved handling of NaNs suggested by bde.
  
  Revision  Changes    Path
  1.2       +19 -16    src/lib/msun/src/s_csqrt.c
  1.2       +3 -3      src/lib/msun/src/s_csqrtf.c


More information about the cvs-src mailing list