pub fn format_float_array(values: &[f32]) -> String
Format a flat &[f32] slice as a space-separated string.
&[f32]