numpy.polynomial.polynomial.polytrim()
  • References/Python/NumPy/Routines/Polynomials/Polynomial Package/Polynomial Module

numpy.polynomial.polynomial.polytrim(c, tol=0)

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

numpy.polynomial.legendre.leggrid3d(x, y, z, c)

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

numpy.npv(rate, values)

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

numpy.polynomial.hermite.poly2herm(pol)

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

chararray.ndim Number of array dimensions. Examples

2025-01-10 15:47:30
numpy.sctype2char()
  • References/Python/NumPy/Routines/Data type routines

numpy.sctype2char(sctype)

2025-01-10 15:47:30
numpy.mean()
  • References/Python/NumPy/Routines/Statistics

numpy.mean(a, axis=None, dtype=None, out=None, keepdims=False)

2025-01-10 15:47:30
HermiteE.truncate()
  • References/Python/NumPy/Routines/Polynomials/Polynomial Package/HermiteE Module, “Probabilists’”

HermiteE.truncate(size)

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

numpy.signbit(x[, out]) = Returns element-wise True where signbit is set (less than zero).

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

numpy.reciprocal(x[, out]) = Return the reciprocal of the argument, element-wise. Calculates 1/x.

2025-01-10 15:47:30