bignum


Vocabulary
math

Class description
The class of bignums, which are heap-allocated arbitrary-precision integers.

Definition


Methods











































M: bignum >ber
>128-ber dup length dup 126 >
[ "range error in bignum" throw ]
[ 2 swap 2array "CC" pack-native B{ } prepend-as ] if ;