pub fn add_slices<T, const N: usize, V>(a: &[T], b: &[T], out: &mut [T])where T: Transcendental, V: Vector<T, N>,
Element-wise addition of two slices, storing the result in a third