[top][index]
search for:

ZZ & ZZ -- logical and

Synopsis:

  • Operator: & -- a binary operator
  • Input:
  • an instance of class ZZ.
  • an instance of class ZZ.
  • Output:
  • an instance of class ZZ.
  • m & n -- produce an integer obtained from the bits of the integers m and n by logical 'and'.


    [top][index]
    search for: