summaryrefslogtreecommitdiff
path: root/doc/source/reference/routines.bitwise.rst
diff options
context:
space:
mode:
Diffstat (limited to 'doc/source/reference/routines.bitwise.rst')
-rw-r--r--doc/source/reference/routines.bitwise.rst31
1 files changed, 31 insertions, 0 deletions
diff --git a/doc/source/reference/routines.bitwise.rst b/doc/source/reference/routines.bitwise.rst
new file mode 100644
index 000000000..58661abc7
--- /dev/null
+++ b/doc/source/reference/routines.bitwise.rst
@@ -0,0 +1,31 @@
+Binary operations
+*****************
+
+.. currentmodule:: numpy
+
+Elementwise bit operations
+--------------------------
+.. autosummary::
+ :toctree: generated/
+
+ bitwise_and
+ bitwise_or
+ bitwise_xor
+ invert
+ left_shift
+ right_shift
+
+Bit packing
+-----------
+.. autosummary::
+ :toctree: generated/
+
+ packbits
+ unpackbits
+
+Output formatting
+-----------------
+.. autosummary::
+ :toctree: generated/
+
+ binary_repr