BITRSHIFT(a,n)
a: non-negative integer
n: integer
BITRSHIFT returns the binary representations of a shifted n positions to the right.
If n is negative, BITRSHIFT shifts the bits to the left by ABS(n) positions.
BITLSHIFT.