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:
#tif o is an fixnum,#fotherwise
- 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-10-28T07:10:46Z+0000 from 3d9f9d3 (dev) for Idio 0.3.b.6