Popular recipes tagged "floating"http://code.activestate.com/recipes/tags/floating/2011-11-28T23:47:25-08:00ActiveState Code RecipesFloating point bitwise operations (Python)
2011-11-28T23:47:25-08:00Pyry Pakkanenhttp://code.activestate.com/recipes/users/4180119/http://code.activestate.com/recipes/577967-floating-point-bitwise-operations/
<p style="color: grey">
Python
recipe 577967
by <a href="/recipes/users/4180119/">Pyry Pakkanen</a>
(<a href="/recipes/tags/bitwise/">bitwise</a>, <a href="/recipes/tags/float/">float</a>, <a href="/recipes/tags/floating/">floating</a>, <a href="/recipes/tags/point/">point</a>).
</p>
<p>Implements bitwise operations for real numbers by using an infinite one's complement representation.</p>