cvs commit: src/lib/msun/src s_cbrt.c s_cbrtf.c
Bruce Evans
bde at FreeBSD.org
Sun Dec 11 11:51:40 PST 2005
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
More information about the cvs-src
mailing list