Logical Operations
List of Operators
tuple_andTupleAndtuple_andTupleAndtuple_and
- Compute the logical and of two tuples.
tuple_notTupleNottuple_notTupleNottuple_not
- Compute the logical not of a tuple.
tuple_orTupleOrtuple_orTupleOrtuple_or
- Compute the logical or of two tuples.
tuple_xorTupleXortuple_xorTupleXortuple_xor
- Compute the logical exclusive or of two tuples.