next | previous | forward | backward | up | top | index | toc | home

ZZ & ZZ -- logical and

Synopsis

Description

i1 : (2^15 + 2^13 + 2^42) & (2^15 + 2^23 + 2^42) == 2^15 + 2^42

o1 = true

See also