Wednesday, October 16, 2013

Bit Magic: Count set bits in floating point number

Givenn a floating point number, write a function to count ste bits in its binary representation.
For example: Floating point representation of 0.15625 has 6 set bits.

No comments:

Post a Comment