Factor Documentation
|
Home
|
Glossary
|
Search
factorcode.org
most-positive-fixnum ( -- n )
Factor documentation
>
Factor handbook
>
The implementation
>
VM memory layouts
>
Sizes and limits
Prev:
most-negative-fixnum ( -- n )
Next:
max-array-capacity ( -- n )
Vocabulary
layouts
Inputs and outputs
n
largest positive integer representable by a fixnum
Definition
USING:
math
;
IN:
layouts
:
most-positive-fixnum
( -- n )
first-bignum
1
-
>fixnum
;
inline