recarray.itemset(*args) Insert scalar into an array (scalar is cast to array?s dtype, if possible) There must be
numpy.put(a, ind, v, mode='raise')
numpy.ma.any(self, axis=None, out=None) = Check if any of the elements of a are true. Performs a logical_or over
numpy.sinh(x[, out]) = Hyperbolic sine, element-wise. Equivalent to 1/2 * (np.exp(x) - np.exp(-x)) or -1j
class numpy.core.defchararray.chararray
ndarray.__eq__ x.__eq__(y) <==> x==y
numpy.is_busday(dates, weekmask='1111100', holidays=None, busdaycal=None, out=None) Calculates which of the given dates are
record.item() Not implemented (virtual attribute) Class generic exists solely to derive numpy scalars from, and possesses
Laguerre.deriv(m=1)
Laguerre.has_samewindow(other)
Page 47 of 100