binary_and()
Returns a result of the bitwise and operation between two values.
binary_and(x,y)
Syntax
binary_and(num1, num2 )
Arguments
- num1, num2: long numbers.
Returns
Returns logical AND operation on a pair of numbers: num1 & num2.
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Returns a result of the bitwise and operation between two values.
binary_and(x,y)
binary_and(num1, num2 )
Returns logical AND operation on a pair of numbers: num1 & num2.