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
Polynomial.deriv()
  • References/Python/NumPy/Routines/Polynomials/Polynomial Package/Polynomial Module

Polynomial.deriv(m=1)

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

Laguerre.trim(tol=0)

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

numpy.empty_like(a, dtype=None, order='K', subok=True) Return a new array with the same shape and type as a given array.

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

numpy.ceil(x[, out]) = Return the ceiling of the input, element-wise. The ceil of the scalar x is the smallest

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

numpy.polynomial.legendre.legone = array([1])

2025-01-10 15:47:30
C API Deprecations
  • References/Python/NumPy/NumPy C-API

Background The API exposed by NumPy for third-party extensions has grown over years of releases, and has allowed programmers to directly access NumPy functionality from

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

numpy.ma.atleast_2d(*arys) = View inputs as arrays with at least two dimensions.

2025-01-10 15:47:30