MaskedArray.__div__(other)
MaskedArray.__len__() <==> len(x)
MaskedArray.conjugate() Return the complex conjugate, element-wise. Refer to numpy.conjugate
MaskedArray.__rxor__ x.__rxor__(y) <==> y^x
MaskedArray.__truediv__(other)
MaskedArray.__isub__(other)
MaskedArray.__ifloordiv__(other)
MaskedArray.product(axis=None, dtype=None, out=None)
MaskedArray.__lt__ x.__lt__(y) <==> x<y
MaskedArray.byteswap(inplace) Swap the bytes of the array elements Toggle between low-endian and big-endian
Page 7 of 11