MaskedArray.__divmod__(y) <==> divmod(x, y)
chararray.item(*args) Copy an element of an array to a standard Python scalar and return it.
numpy.random.beta(a, b, size=None) Draw samples from a Beta distribution. The Beta distribution is a special case
numpy.unpackbits(myarray, axis=None) Unpacks elements of a uint8 array into a binary-valued output array. Each element
numpy.core.defchararray.count(a, sub, start=0, end=None)
Laguerre.copy()
numpy.ma.masked_less_equal(x, value, copy=True)
ndarray.__hex__() <==> hex(x)
MaskedArray.__imod__ x.__imod__(y) <==> x%=y
Legendre.truncate(size)
Page 1 of 100