This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author loewis
Recipients daniel.urban, dtorp, eric.smith, loewis, mark.dickinson, rhettinger
Date 2011-05-01.09:51:28
SpamBayes Score 0.03825725
Marked as misclassified No
Message-id <1304243489.25.0.3426595204.issue11967@psf.upfronthosting.co.za>
In-reply-to
Content
"The only way ..." That's not true. y=x*(1<<n) is also an exact multiplication with a power of two, and it's also fairly fast. Likewise for y=x/(1<<n).
History
Date User Action Args
2011-05-01 09:51:29loewissetrecipients: + loewis, rhettinger, mark.dickinson, dtorp, eric.smith, daniel.urban
2011-05-01 09:51:29loewissetmessageid: <1304243489.25.0.3426595204.issue11967@psf.upfronthosting.co.za>
2011-05-01 09:51:28loewislinkissue11967 messages
2011-05-01 09:51:28loewiscreate