Class
ODD-INTEGER
Defined in theory:
Kif-numbers
Source code:
kif-numbers.lisp
Slots on this class:
Documentation
:
Odd integer
Subclass-Of
:
Integer
Axioms:
(=> (
Odd-Integer
?X) (
=
(
Mod
?X 2) 1))