Function LOGIOR


Slots on this function:

Documentation:
The term {tt (logior $tau_1 ldots tau_n$)} denotes the bit-wise logical inclusive or of the objects denoted by $tau_1$ through $tau_n$. It denotes 0 if there are no arguments.
Instance-Of: Function

Axioms:

(Undefined (Arity Logior))


Other Related Axioms:

(Instance-Of (Arity Logior) Undefined)

(<- (Lognor ?X ?Y) (Lognot (Logior ?X ?Y)))

(<- (Logorc1 ?X ?Y) (Logior (Lognot ?X) ?Y))

(<- (Logorc2 ?X ?Y) (Logior ?X (Lognot ?Y)))