fn check_fractions_sum_to_one<I>(fractions: I) -> Result<()>where
I: Iterator<Item = Dimensionless>,
Expand description
Check that fractions sum to (approximately) one
fn check_fractions_sum_to_one<I>(fractions: I) -> Result<()>where
I: Iterator<Item = Dimensionless>,
Check that fractions sum to (approximately) one