3. Alphabetical Listing of all Routines

bitwise_shift_left

Syntax: x1 = bitwise_shift_left(x, count)
Description: Performs a bitwise shift to the left on x if it is an atom or every element of x if it is a sequence.



bitwise_shift_right

Syntax: x1 = bitwise_shift_right(x, count)
Description: Performs a bitwise shift to the right on x if it is an atom or every element of x if it is a sequence.