MaskedArray.__abs__() <==> abs(x)
MaskedArray.__irshift__ x.__irshift__(y) <==> x>>=y
numpy.degrees(x[, out]) = Convert angles from radians to degrees.
numpy.core.records.fromfile(fd, dtype=None, shape=None, offset=0, formats=None, names=None, titles=None, aligned=False, byteorder=None)
numpy.iscomplex(x)
dtype.__reduce__()
numpy.ma.arange([start, ]stop, [step, ]dtype=None) = Return evenly spaced values within a given interval. Values are generated
ndarray.size Number of elements in the array. Equivalent to np.prod(a.shape), i.e., the product of
numpy.source(object, output=', mode 'w' at 0x402ae078>)
numpy.fmin(x1, x2[, out]) = Element-wise minimum of array elements. Compare two arrays and returns a new array containing the
Page 32 of 100