Skip to main content
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
    • String functionality
    • Datetime support functions
    • Data type routines
    • Mathematical functions with automatic domain
    • Floating point error handling
    • Exceptions and Warnings (numpy.exceptions)
    • Discrete Fourier Transform (numpy.fft)
    • Functional programming
    • Input and output
    • Indexing routines
    • Linear algebra (numpy.linalg)
    • Logic functions
      • numpy.all
      • numpy.any
      • numpy.isfinite
      • numpy.isinf
      • numpy.isnan
      • numpy.isnat
      • numpy.isneginf
      • numpy.isposinf
      • numpy.iscomplex
      • numpy.iscomplexobj
      • numpy.isfortran
      • numpy.isreal
      • numpy.isrealobj
      • numpy.isscalar
      • numpy.logical_and
      • numpy.logical_or
      • numpy.logical_not
      • numpy.logical_xor
      • numpy.allclose
      • numpy.isclose
      • numpy.array_equal
      • numpy.array_equiv
      • numpy.greater
      • numpy.greater_equal
      • numpy.less
      • numpy.less_equal
      • numpy.equal
      • numpy.not_equal
    • Masked array operations
    • Mathematical functions
    • Miscellaneous routines
    • Polynomials