[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

LOGICAL OPERATIONS ON NUMBERS



Isn't SUBSETP of A and B, where A and B are integers, implementable by
 (eql B (logior A B))
?