pub fn fp32_div(a: u64, b_fp32: u64) -> Option<u64>
Expand description

a is fp0, b is fp32 and result is a/b fp0