On Sun, May 31, 2009 at 8:55 PM, Rolandb <[email protected]> wrote: > > Hi, > (13 << 3) equals 104, and (13 >> 3) equals 1. > I could not find these operators in the documentation. Were are << and >>> explained? Thank in advance! > Rolandb
See Section 6.4.1 here: http://docs.python.org/library/stdtypes.html For almost any not-really-math thing in Sage you get a lot of mileage by googling for "python" and e.g., "shift operator". William --~--~---------~--~----~------------~-------~--~----~ To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/sage-support URLs: http://www.sagemath.org -~----------~----~----~----~------~----~------~--~---
