Performs a bitwise shift-right, no-rotation operation.
bitShrn(number, count) → returns numeric
bitShrn(number, count)
→ returns numeric
Uses the function bitShrn to perform a bitwise shift-right operation (no-rotation)
bitShrn(5,1)
Expected Result: 2