Error in bitand() documentation

1 view (last 30 days)
Dirk-Jan
Dirk-Jan on 22 Apr 2014
Edited: Dirk-Jan on 23 Apr 2014
- Edit - my problems were caused by an overflow.
What remains is a small error in the bitand() documentation:
"the bit-wise AND of —5 (11111010) and 6 (00000110) is 2 (00000010)."
In two's complement, -5 would be 11111011. However, the example is chosen such that it does not make a difference.
Kind regards,
Dirk-Jan

Answers (0)

Categories

Find more on Multidimensional Arrays in Help Center and File Exchange

Products

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!