On Aug 12, 9:38 pm, Santanu Sarkar <[email protected]> wrote: > I have 64 bit integer N. I want to rotate bits of N cyclically 5 bits right > and 5 bits left to generate two integers N1, N2. > How can I do this in Sage efficiently?
See section 5.4.1 of: http://docs.python.org/library/stdtypes.html -- BFJ -- 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 URL: http://www.sagemath.org
