Search
Search Results
Search finished, found 9 page(s) matching the search query.
- numpy.bitwise_and
...NumPy reference Routines and objects by topic Bit-wise operations numpy.bitwise_and...
- numpy.bitwise_and (Python data, in numpy.bitwise_and)
- NumPy 1.12.0 Release Notes
...true, any, all, amax, amin, prod, mean, std, var, nanmin, nanmax, nansum, nanprod, nanmean, nanmedian, nanvar, nanstd bitwise_and identity changed The previous identity was 1, it is now -1. See entry in Improvements for more explanation....
- numpy.bitwise_and
...NumPy reference Routines and objects by topic Bit-wise operations numpy.bitwise_and...
- numpy.bitwise_invert
...guments, see the ufunc docs. 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 st...
- numpy.bitwise_or
...ocs. Returns: 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 >>> imp...
- numpy.bitwise_xor
...cs. Returns: outndarray or scalarResult. This is a scalar if both x1 and x2 are scalars. See also logical_xor bitwise_and bitwise_or binary_reprReturn the binary representation of the input number as a string. Examples >>> impo...
- numpy.invert
...guments, see the ufunc docs. 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 st...
- numpy.logical_and
...ed by broadcasting. This is a scalar if both x1 and x2 are scalars. See also logical_or, logical_not, logical_xor bitwise_and Examples >>> import numpy as np >>> np.logical_and(True, False) False >>> np.logical_and([True, False], [F...