generic.imag
  • References/Python/NumPy/Array objects/Scalars/numpy.generic

generic.imag imaginary part of scalar

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

numpy.polynomial.laguerre.lagdomain = array([0, 1])

2025-01-10 15:47:30
MaskedArray.
  • References/Python/NumPy/Array objects/Masked arrays/Constants of the numpy.ma module

MaskedArray.__hex__() <==> hex(x)

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

numpy.arcsinh(x[, out]) = Inverse hyperbolic sine element-wise.

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

numpy.histogramdd(sample, bins=10, range=None, normed=False, weights=None)

2025-01-10 15:47:30
MaskedArray.compress()
  • References/Python/NumPy/Array objects/Masked arrays/Constants of the numpy.ma module

MaskedArray.compress(condition, axis=None, out=None)

2025-01-10 15:47:30
numpy.testing.assert_approx_equal()
  • References/Python/NumPy/Routines/Test Support

numpy.testing.assert_approx_equal(actual, desired, significant=7, err_msg='', verbose=True)

2025-01-10 15:47:30
Polynomial Package
  • References/Python/NumPy/Routines/Polynomials

New in version 1.4.0.

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

numpy.logical_or(x1, x2[, out]) = Compute the truth value of x1 OR x2 element-wise.

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

numpy.polynomial.hermite.herm2poly(c)

2025-01-10 15:47:30