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