fn check_values_sum_to_one_approx<I, T>(fractions: I) -> Result<()>where T: UnitType, I: Iterator<Item = T>,
Check that fractions sum to (approximately) one