next
|
previous
|
forward
|
backward
| up |
top
|
index
|
toc
|
Macaulay2 website
Macaulay2Doc
::
left shift
left shift
Synopsis
Usage:
x << j
I << j
Inputs:
x
j
I
,
a
real interval
Outputs:
the number obtained from
x
by shifting its binary representation leftward
j
places
a
real interval
, an interval containing all shifts of the binary representations elements of
I
by
j
places leftward
i1 : 256 << 5 o1 = 8192
i2 : 256. << 555 o2 = 3.01916993985723e169 o2 : RR (of precision 53)
See also
right shift