numpy.asfarray()
  • References/Python/NumPy/Routines/Array manipulation routines

numpy.asfarray(a, dtype=)

2025-01-10 15:47:30
numpy.pmt()
  • References/Python/NumPy/Routines/Financial functions

numpy.pmt(rate, nper, pv, fv=0, when='end')

2025-01-10 15:47:30
Polynomial Module (numpy.polynomial.polynomial)
  • References/Python/NumPy/Routines/Polynomials/Polynomial Package

New in version 1.4.0. This module provides a number of objects (mostly functions) useful for dealing with Polynomial series

2025-01-10 15:47:30
numpy.irr()
  • References/Python/NumPy/Routines/Financial functions

numpy.irr(values)

2025-01-10 15:47:30
numpy.rollaxis()
  • References/Python/NumPy/Routines/Array manipulation routines

numpy.rollaxis(a, axis, start=0)

2025-01-10 15:47:30
numpy.random.random_integers()
  • References/Python/NumPy/Routines/Random sampling

numpy.random.random_integers(low, high=None, size=None) Random integers of type np.int between low

2025-01-10 15:47:30
numpy.fft.hfft()
  • References/Python/NumPy/Routines/Discrete Fourier Transform

numpy.fft.hfft(a, n=None, axis=-1, norm=None)

2025-01-10 15:47:30
numpy.unwrap()
  • References/Python/NumPy/Routines/Mathematical functions

numpy.unwrap(p, discont=3.141592653589793, axis=-1)

2025-01-10 15:47:30
numpy.polynomial.hermite.hermcompanion()
  • References/Python/NumPy/Routines/Polynomials/Polynomial Package/Hermite Module, “Physicists’”

numpy.polynomial.hermite.hermcompanion(c)

2025-01-10 15:47:30
numpy.lookfor()
  • References/Python/NumPy/Routines/NumPy-specific help functions

numpy.lookfor(what, module=None, import_modules=True, regenerate=False, output=None)

2025-01-10 15:47:30