You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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
.The text was updated successfully, but these errors were encountered: