[issue19915] int.bit_at(n) - Accessing a single bit in O(1)
Mark Dickinson
report at bugs.python.org
Sat Dec 7 18:26:49 CET 2013
Mark Dickinson added the comment:
Sorry, I wasn't clear. I'm not interested in applying this to floats themselves; I'm interested in applying it to the bit pattern of a float when that bit pattern is treated as an integer.
> But I have no major objection against it being extended to floats.
I do!
----------
_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue19915>
_______________________________________
More information about the Python-bugs-list
mailing list