pub fn f32_to_f24(float: f32) -> u32
Conversion from 32-bit to 24-bit floating-point numbers. Reverse conversion is just a simple 8-bit left shift.