Macaulay2 » Documentation
Packages » Macaulay2Doc » The Macaulay2 language » operators » & » ZZ & ZZ
next | previous | forward | backward | up | index | toc

ZZ & ZZ -- logical and

Description

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

o1 = true

See also

Ways to use this method:


The source of this document is in Macaulay2Doc/operators.m2:325:0.