numpy.rint()
  • References/Python/NumPy/Routines/Mathematical functions

numpy.rint(x[, out]) = Round elements of the array to the nearest integer.

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.unwrap()
  • References/Python/NumPy/Routines/Mathematical functions

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

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

numpy.polynomial.polynomial.polyval(x, c, tensor=True)

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.hstack()
  • References/Python/NumPy/Routines/Array manipulation routines

numpy.hstack(tup)

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

numpy.polynomial.chebyshev.chebgrid2d(x, y, c)

2025-01-10 15:47:30
Mathematical functions
  • References/Python/NumPy/Routines

Trigonometric functions

2025-01-10 15:47:30
dtype.subdtype
  • References/Python/NumPy/Routines/Data type routines/numpy.dtype

dtype.subdtype Tuple (item_dtype, shape) if this

2025-01-10 15:47:30
numpy.core.defchararray.decode()
  • References/Python/NumPy/Routines/String operations

numpy.core.defchararray.decode(a, encoding=None, errors=None)

2025-01-10 15:47:30