pub fn find_unit_quad_roots( a: f32, b: f32, c: f32, roots: &mut [NormalizedF32Exclusive; 3], ) -> usize