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

numpy.sqrt(x[, out]) = Return the positive square-root of an array, element-wise.

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

numpy.logaddexp2(x1, x2[, out]) = Logarithm of the sum of exponentiations of the inputs in base-2. Calculates log2(2**x1

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
numpy.rollaxis()
  • References/Python/NumPy/Routines/Array manipulation routines

numpy.rollaxis(a, axis, start=0)

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

chararray.real The real part of the array. See

2025-01-10 15:47:30
matrix.shape
  • References/Python/NumPy/Array objects/Standard array subclasses/numpy.matrix

matrix.shape Tuple of array dimensions. Notes May be used to ?reshape? the array, as long

2025-01-10 15:47:30
matrix.item()
  • References/Python/NumPy/Array objects/Standard array subclasses/numpy.matrix

matrix.item(*args) Copy an element of an array to a standard Python scalar and return it.

2025-01-10 15:47:30
The N-dimensional array (ndarray)
  • References/Python/NumPy/Array objects

An

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

numpy.polynomial.laguerre.lagvander3d(x, y, z, deg)

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

numpy.polynomial.laguerre.poly2lag(pol)

2025-01-10 15:47:30