How can I do bit operation on python float value

valpa valpassing at gmail.com
Mon Mar 23 02:44:33 EDT 2009


I have a python float 1.2345678. I know that it is stored as a double
in C type. And I know it actually is 1010101010101 -like format. Then
I want to do some bit operation on it. How?

Sure, I want a float output when I finish the operation.



More information about the Python-list mailing list