Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 11 Dec 2005 19:51:30 +0000 (UTC)
From:      Bruce Evans <bde@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/lib/msun/src s_cbrt.c s_cbrtf.c
Message-ID:  <200512111951.jBBJpUCi046000@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
bde         2005-12-11 19:51:30 UTC

  FreeBSD src repository

  Modified files:
    lib/msun/src         s_cbrt.c s_cbrtf.c 
  Log:
  Added comments about the magic behind
      <cbrt(x) in bits> ~= <x in bits>/3 + BIAS.
  Keep the large comments only in the double version as usual.
  
  Fixed some style bugs (mainly grammar and spelling errors in comments).
  
  Revision  Changes    Path
  1.8       +22 -10    src/lib/msun/src/s_cbrt.c
  1.10      +3 -4      src/lib/msun/src/s_cbrtf.c



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200512111951.jBBJpUCi046000>