Macaulay2 » Documentation
Packages » Macaulay2Doc » The Macaulay2 language » operators » << » left shift
next | previous | forward | backward | up | index | toc

left shift

i1 : 256 << 5

o1 = 8192
i2 : 256. << 555

o2 = 3.019169939857233e169

o2 : RR (of precision 53)

See also


The source of this document is in Macaulay2Doc/operators/shift.m2:17:0.