numpy.around()
  • References/Python/NumPy/Routines/Mathematical functions

numpy.around(a, decimals=0, out=None)

2025-01-10 15:47:30
numpy.vectorize()
  • References/Python/NumPy/Routines/Functional programming

class numpy.vectorize(pyfunc, otypes='', doc=None, excluded=None, cache=False)

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

numpy.arccos(x[, out]) = Trigonometric inverse cosine, element-wise. The inverse of

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

numpy.absolute(x[, out]) = Calculate the absolute value element-wise.

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

numpy.ma.mask_rowcols(a, axis=None)

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

numpy.conj(x[, out]) = Return the complex conjugate, element-wise. The complex conjugate of a complex number is obtained by

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

chararray.swapaxes(axis1, axis2) Return a view of the array with axis1 and axis2

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

chararray.astype(dtype, order='K', casting='unsafe', subok=True, copy=True) Copy of the array, cast

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

MaskedArray.nonzero()

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

numpy.mean(a, axis=None, dtype=None, out=None, keepdims=False)

2025-01-10 15:47:30