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
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"