Back to Numpy

Bit-wise operations

doc/source/reference/routines.bitwise.rst

2.5.0.dev0515 B
Original Source

Bit-wise operations

.. currentmodule:: numpy

Elementwise bit operations

.. autosummary:: :toctree: generated/

bitwise_and bitwise_or bitwise_xor invert bitwise_invert left_shift bitwise_left_shift right_shift bitwise_right_shift bitwise_count

Bit packing

.. autosummary:: :toctree: generated/

packbits unpackbits

Output formatting

.. autosummary:: :toctree: generated/

binary_repr