Polynomial.truncate()
  • References/Python/NumPy/Routines/Polynomials/Polynomial Package/Polynomial Module

Polynomial.truncate(size)

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

numpy.polynomial.legendre.leg2poly(c)

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

numpy.polynomial.polynomial.polycompanion(c)

2025-01-10 15:47:30
numpy.ma.array()
  • References/Python/NumPy/Routines/Masked array operations

numpy.ma.array(data, dtype=None, copy=False, order=None, mask=False, fill_value=None, keep_mask=True, hard_mask=False, shrink=True, subok=True, ndmin=0)

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

numpy.hypot(x1, x2[, out]) = Given the ?legs? of a right triangle, return its hypotenuse. Equivalent to sqrt(x1**2 +

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

Hermite.has_samewindow(other)

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

Hermite.roots()

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

Polynomial.has_sametype(other)

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

numpy.core.defchararray.center(a, width, fillchar=' ')

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

numpy.less(x1, x2[, out]) = Return the truth value of (x1 < x2) element-wise.

2025-01-10 15:47:30