arithmetic-shift

[procedure] arithmetic-shift n count

Chicken, Scheme48, Scsh, MzScheme: shift fixnum.

See also bitwise-ior, bitwise-xor, bitwise-and, bitwise-not.

R6RS calls this bitwise-arithmetic-shift. This is ash in some other implementations.