collinsmith/riiablo

Decode fixed-point numbers as floating-point int bits

Opened this issue · 0 comments

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.