[racket-dev] Apple today
Matthias Felleisen wrote:
>I should keep it around as a bad example.
Speaking of bad examples, here's another one I randomly heard about
today. It's about some floating point function written in C that
didn't compute the correct result in some cases. When some people
tried to figure out the reason for the problem, they found the
following comment in the code:
"The double case was intentionally left broken as an optimization"
The original sentence is in the first paragraph, here:
http://svnweb.freebsd.org/base/head/lib/msun/src/math_private.h?revision=240827&view=markup
Philippe