Fixnum Type¶
Fixnums are signed integers using two or three bits less than a machine word, so, roughly +/-261 on 64-bit systems and +/-229 on 32-bit systems.
- function fixnum? o¶
test if o is a fixnum
- Param o:
object to test
- Return:
#t
if o is an fixnum,#f
otherwise
- value FIXNUM-MIN¶
- Type:
fixnum
The fixnum equivalent of C’s
INTMIN
.
- value FIXNUM-MAX¶
- Type:
fixnum
The fixnum equivalent of C’s
INTMAX
.
Last built at 2025-02-05T07:10:42Z+0000 from 62cca4c (dev) for Idio 0.3.b.6