Handbook
Glossary
most-negative-fixnum ( -- n )
Factor handbook
»
The implementation
»
VM memory layouts
»
Sizes and limits
Prev:
cell-bits ( -- n )
Next:
most-positive-fixnum ( -- n )
Vocabulary
layouts
Inputs
None
Outputs
n
smallest negative integer representable by a fixnum
Definition
USING:
math
;
IN:
layouts
:
most-negative-fixnum
( -- n )
first-bignum
neg
>fixnum
;
inline