doc corrections
svn: r18224
This commit is contained in:
parent
457a2da675
commit
eb46f95246
|
@ -596,7 +596,7 @@ but faster and in constant time when @scheme[n] is positive.
|
|||
[start exact-nonnegative-integer?]
|
||||
[end (and/c exact-nonnegative-integer?
|
||||
(start . <= . end))])
|
||||
boolean?]{
|
||||
exact-integer?]{
|
||||
|
||||
Returns
|
||||
|
||||
|
|
|
@ -70,8 +70,9 @@ the result is always a @tech{fixnum}. The @scheme[unsafe-fxlshift] and
|
|||
@scheme[unsafe-fxlshift] is a positive (i.e., left) shift, and
|
||||
@scheme[unsafe-fxrshift] is a negative (i.e., right) shift, where the
|
||||
number of bits to shift must be less than the number of bits used to
|
||||
represent a @tech{fixnum}, and the result is effectively
|
||||
@scheme[bitwise-and]ed with the most negative @tech{fixnum}.}
|
||||
represent a @tech{fixnum}. In the case of @scheme[unsafe-fxlshift],
|
||||
bits in the result beyond the the number of bits used to represent a
|
||||
@tech{fixnum} are effectively replaced with a copy of the high bit.}
|
||||
|
||||
|
||||
@deftogether[(
|
||||
|
|
Loading…
Reference in New Issue
Block a user