reference: update fixnum range for CS
This commit is contained in:
parent
39a8a50d0a
commit
38a2b28f85
|
@ -87,8 +87,9 @@ numbers). In particular, adding, multiplying, subtracting, and
|
||||||
dividing exact numbers always produces an exact result.
|
dividing exact numbers always produces an exact result.
|
||||||
|
|
||||||
A @deftech{fixnum} is an exact integer whose two's complement
|
A @deftech{fixnum} is an exact integer whose two's complement
|
||||||
representation fit into 31 bits on a 32-bit platform or 63 bits on a
|
representation fits into 30 or 31 bits (depending on the Racket variant)
|
||||||
64-bit platform; furthermore, no allocation is required when computing
|
on a 32-bit platform or 61 or 63 bits (depending on the Racket variant) on a
|
||||||
|
64-bit platform. No allocation is required when computing
|
||||||
with fixnums. See also the @racketmodname[racket/fixnum] module, below.
|
with fixnums. See also the @racketmodname[racket/fixnum] module, below.
|
||||||
|
|
||||||
Two fixnums that are @racket[=] are also the same
|
Two fixnums that are @racket[=] are also the same
|
||||||
|
|
Loading…
Reference in New Issue
Block a user