Xavier-Francois Roblot on 04 Feb 2003 19:26:27 +0100


[Date Prev] [Date Next] [Thread Prev] [Thread Next] [Date Index] [Thread Index]

Re: Equality test with bitand


On a follow-up at my email, I get the right answer if I do:

? simplify(bitand(a, 1)) == 0
%10 = 1

So it looks like the output of bitand is somewhat more complicated that
it should be.

Bye.

Xavier