Reply to Binary manipulation of a floating point number
Posted by vendredi5h on 06/10/06 02:16
Hello all,
I'd like to split a 64-bits word (hold as a floating point number) into
two 32-bits words (hold as integers). Bitwise operators are working on
Integers, not on floating point.