Next: iklib fixnums comparison, Up: iklib fixnums [Index]
Return #t
if obj is null or a proper list of fixnums;
otherwise return #f
.
Return #t
if fx is, respectively, non–positive or
non–negative; else return #f
.
Return #t
if obj is a zero or non–zero fixnum; otherwise
return #f
. If obj is not a fixnum: return #f
.
Return #t
if obj is a fixnum respectively: positive,
negative, non–positive, non–negative; otherwise return #f
. If
obj is not a fixnum: return #f
.
Return #t
if obj is a byte value. A “byte” is a fixnum in
the range [-128, 127].
Return #t
if obj is a byte value, respectively: zero,
positive, negative.
Return #t
if obj is an octet value. An “octet” is a fixnum
in the range [0, 255].
Return #t
if obj is an octet value, respectively: zero,
positive.