cvs commit: src/lib/msun/src s_ceill.c

Bruce Evans bde at FreeBSD.org
Wed Feb 13 07:22:53 PST 2008


bde         2008-02-13 15:22:53 UTC

  FreeBSD src repository

  Modified files:
    lib/msun/src         s_ceill.c 
  Log:
  Fix the C version of ceill(x) for -1 < x <= -0 in all rounding modes.
  The result should be -0, but was +0.
  
  Revision  Changes    Path
  1.5       +1 -1      src/lib/msun/src/s_ceill.c


More information about the cvs-src mailing list