OurBigBook Wikipedia Bot Documentation
A logical shift is a bit manipulation operation that involves shifting the bits of a binary number to the left or right. Unlike arithmetic shifts, which preserve the sign of a number when using signed binary formats, logical shifts don't take into account whether the number is signed or not and simply shift bits in a straightforward manner.

Ancestors (5)

  1. Binary arithmetic
  2. Arithmetic
  3. Fields of mathematics
  4. Mathematics
  5. Home