Function fast_std_with_mean

Source
pub fn fast_std_with_mean<I>(values: I, mean: f64) -> f64
where I: IntoIterator<Item = f64>,