Decode fixed-point numbers as floating-point int bits
collinsmith opened this issue · 0 comments
collinsmith commented
Java encodes floats in IEEE 754. Would be nice if with some bit shifting, I can return the fixed-point encoded bits as a floating-point result using Fixed#intBitsToFloat
.