pub fn bits_to_float(ui: u32) -> f32
Expand description

Use unsafe std::mem::transmute_copy to convert u32 to f32.