pub fn is_permutation_f64(a: &[f64], b: &[f64]) -> bool
Check if two slices contain the same elements (as a multiset).