Search
Search Results
Search finished, found 8 page(s) matching the search query.
- numpy.bitwise_xor
...NumPy reference Routines and objects by topic Bit-wise operations numpy.bitwise_xor...
- numpy.bitwise_xor (Python data, in numpy.bitwise_xor)
- numpy.bitwise_and
...rns: outndarray or scalarResult. This is a scalar if both x1 and x2 are scalars. See also logical_and bitwise_or bitwise_xor binary_reprReturn the binary representation of the input number as a string. Examples >>> import numpy as...
- numpy.bitwise_invert
...cs. Returns: outndarray or scalarResult. This is a scalar if x is a scalar. See also bitwise_and, bitwise_or, bitwise_xor logical_not binary_reprReturn the binary representation of the input number as a string. Notes numpy.bitw...
- numpy.bitwise_or
...rns: outndarray or scalarResult. This is a scalar if both x1 and x2 are scalars. See also logical_or bitwise_and bitwise_xor binary_reprReturn the binary representation of the input number as a string. Examples >>> import numpy as...
- numpy.bitwise_xor
...NumPy reference Routines and objects by topic Bit-wise operations numpy.bitwise_xor...
- numpy.invert
...cs. Returns: outndarray or scalarResult. This is a scalar if x is a scalar. See also bitwise_and, bitwise_or, bitwise_xor logical_not binary_reprReturn the binary representation of the input number as a string. Notes numpy.bitw...
- numpy.logical_xor
...d by broadcasting. This is a scalar if both x1 and x2 are scalars. See also logical_and, logical_or, logical_not, bitwise_xor Examples >>> import numpy as np >>> np.logical_xor(True, False) True >>> np.logical_xor([True, True, False...