numpy.polynomial.polynomial.polyx
  • References/Python/NumPy/Routines/Polynomials/Polynomial Package/Polynomial Module

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

2025-01-10 15:47:30
numpy.seterrobj()
  • References/Python/NumPy/Routines/Floating point error handling

numpy.seterrobj(errobj) Set the object that defines floating-point error handling. The error object contains all information

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

chararray.shape Tuple of array dimensions. Notes May be used to ?reshape

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

numpy.frexp(x[, out1, out2]) = Decompose the elements of x into mantissa and twos exponent. Returns (mantissa

2025-01-10 15:47:30
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.ma.std()
  • References/Python/NumPy/Routines/Masked array operations

numpy.ma.std(self, axis=None, dtype=None, out=None, ddof=0) = Compute the standard deviation along the specified axis. Returns

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

Polynomial.has_samecoef(other)

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

numpy.polynomial.legendre.legval2d(x, y, c)

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

numpy.polynomial.chebyshev.chebone = array([1])

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

numpy.log2(x[, out]) = Base-2 logarithm of x.

2025-01-10 15:47:30