pub fn standard_deviation<T: ToPrimitive + Num + Copy>(items: &[T]) -> f64
Expand description

Get the standard deviation of a Vec<T>.