bitand

bitand(X,Y) returns the bitwise AND operation between X and Y.
Elements in X and Y are assumed to be positive integers.

Examples

> bitand(12,7)

[ans:4]

See also

intmax