Back to Numerical Arrays (NumPy)
np.bitwise_or
Compute the bit-wise OR of two arrays element-wise.
Syntax
np.bitwise_or(x1, x2)
Description
Compute the bit-wise OR of two arrays element-wise.
Parameters
| Name | Description |
|---|---|
| x1 | NDArray |
| x2 | NDArray |
Returns
NDArray