bitwise_and

Computes the bitwise logical conjunction of two integers.

Inputs

first

First integer.

second

Second integer.

Output

output

Each bit of the output integer is 1 only if the corresponding bits in the first and second integers are also 1. Otherwise, the bit is 0.