[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
LOGICAL OPERATIONS ON NUMBERS
- To: common-lisp@SAIL.STANFORD.EDU
- Subject: LOGICAL OPERATIONS ON NUMBERS
- From: SEB1525@mvs.draper.com
- Date: FRI, 20 JAN 89 08:13 EST
- Reply-to: seb1525@draper.com
Isn't SUBSETP of A and B, where A and B are integers, implementable by
(eql B (logior A B))
?