MaskedArray.resize()
  • References/Python/NumPy/Routines/Masked array operations

MaskedArray.resize(newshape, refcheck=True, order=False)

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

numpy.polynomial.chebyshev.chebmul(c1, c2)

2025-01-10 15:47:30
numpy.lookfor()
  • References/Python/NumPy/Routines/NumPy-specific help functions

numpy.lookfor(what, module=None, import_modules=True, regenerate=False, output=None)

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

numpy.log1p(x[, out]) = Return the natural logarithm of one plus the input array, element-wise. Calculates log(1 + x)

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

numpy.nan_to_num(x)

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

numpy.cos(x[, out]) = Cosine element-wise.

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

numpy.cosh(x[, out]) = Hyperbolic cosine, element-wise. Equivalent to 1/2 * (np.exp(x) + np.exp(-x)) and np

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

chararray.imag The imaginary part of the array. Examples

2025-01-10 15:47:30
numpy.broadcast
  • References/Python/NumPy/Routines/Array manipulation routines

class numpy.broadcast

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