Tag
2 posts tagged with bitwise.
Adding two integers without the + or - operators using bitwise XOR, AND, and masking in Python
Reversing a 32-bit unsigned integer using bitwise shifts and masking in Python