BITRSHIFT

BITRSHIFT bit-shift to the right

Synopsis

BITRSHIFT(a,n)

Arguments

a: non-negative integer

n: integer

Description

BITRSHIFT returns the binary representations of a shifted n positions to the right.

Note

If n is negative, BITRSHIFT shifts the bits to the left by ABS(n) positions.

See also

BITLSHIFT.