pub fn float_to_bits(f: f32) -> u32
Expand description

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