Skip to main content
Ctrl+K
NumPy v2.2 Manual - Home NumPy v2.2 Manual - Home
  • User Guide
  • API reference
  • Building from source
  • Development
  • Release notes
  • Learn
    • NEPs
  • GitHub
  • User Guide
  • API reference
  • Building from source
  • Development
  • Release notes
  • Learn
  • NEPs
  • GitHub

Section Navigation

  • NumPy’s module structure
  • Array objects
  • Universal functions (ufunc)
  • Routines and objects by topic
    • Constants
    • Array creation routines
    • Array manipulation routines
    • Bit-wise operations
      • numpy.bitwise_and
      • numpy.bitwise_or
      • numpy.bitwise_xor
      • numpy.invert
      • numpy.bitwise_invert
      • numpy.left_shift
      • numpy.bitwise_left_shift
      • numpy.right_shift
      • numpy.bitwise_right_shift
      • numpy.packbits
      • numpy.unpackbits
      • numpy.binary_repr
    • String functionality
    • Datetime support functions