Friday, July 20, 2018

NumPy - Binary Operators

NumPy - Binary Operators


Following are the functions for bitwise operations available in NumPy package.
Sr.No.Operation & Description
1bitwise_and
Computes bitwise AND operation of array elements
2bitwise_or
Computes bitwise OR operation of array elements
3invert
Computes bitwise NOT
4left_shift
Shifts bits of a binary representation to the left
5right_shift
Shifts bits of binary representation to the right

No comments:

Post a Comment