pub trait FloatType: PqArrayType + Copy + Into<f64> + PartialOrd + Default + 'static { const ZERO: Self; const ONE: Self; }