Jeffry Loucks wrote: > Okay, the curmudgeon's gotta speak. > Anybody want to talk about true and false?
Well, not exactly. But I have a question: I recently wrote a set of fixed-point math functions (24 to the left and 8 to the right) and defined ceil(a) as (a >> 8) + !!(a & 0xff). So my question is, should I be ashamed of myself? If it affects the answer, my motivation was speed and not obfuscation, and I put a comment explaining what it does. - Logan (And if there's a bug with that, somebody tell me...) -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
