Skip to main content

average_all

Function average_all 

Source
pub fn average_all<I>(x: I) -> f64
where I: IntoIterator<Item: AsF64Lossy>,
Expand description

Computes the arithmetic mean of an iterator of values, returning 0.0 when empty.