Home | History | Annotate | Download | only in doc

Lines Matching full:bignum

2772 .octa  0x123456789abcdef0123456789ABCDEF0 # A bignum.
2988 @cindex constants, bignum
2989 A @dfn{bignum} has the same syntax and semantics as an integer
3997 A number can be a flonum or bignum. In this case, you are warned
5789 bignum, it emits a 16-byte integer.
6019 each bignum, it emits
6020 @ifclear bignum-16
6021 an 8-byte integer. If the bignum won't fit in 8 bytes, it prints a
6022 warning message; and just takes the lowest order 8 bytes of the bignum.
6029 @ifset bignum-16
6030 a 16-byte integer. If the bignum won't fit in 16 bytes, it prints a
6031 warning message; and just takes the lowest order 16 bytes of the bignum.