bitand
Syntax:
%bitand(v1,v2)
returns the bitwise AND of the two numbers. For example, %bitand(7,1) is 1. %bitand(4,2) is 0.