How can I do bit operation on python float value

Mark Dickinson dickinsm at gmail.com
Mon Mar 23 05:56:22 EDT 2009


On Mar 23, 8:44 am, valpa <valpass... at gmail.com> wrote:
> Yes, I want to do a & operation.

Right, but what & operation, and why?  Are you trying
to do something that's mathematically meaningful?
If so, there may be a better (more portable/faster/clearer)
way than bit-twiddling.

Mark



More information about the Python-list mailing list