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