[][src]Function math::stats::sum_of_squares_f32

pub fn sum_of_squares_f32<'a, A, T: Iterator<Item = &'a A>>(
    element_iterator: T
) -> f32 where
    A: Copy + ToPrimitive + 'a,
    &'a A: Deref