pub fn div_slices<T: Transcendental, const N: usize, V>( a: &[T], b: &[T], out: &mut [T], )where V: Vector<T, N>,
Поэлементное деление двух слайсов