bundles / numpy 2.4.3 / docs
Doc
Bit-wise operations
docs/reference:routines.bitwise
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