NumPy – Binary Operators

NumPy - Binary Operators

In this chapter, we will discuss about NumPy Binary Operators. Following are the functions for bitwise operations available in the 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

Next Topic – Click Here

This Post Has 3 Comments

Leave a Reply