Skip to main content

div_slices

Function div_slices 

Source
pub fn div_slices(a: &[f32], b: &[f32]) -> Vec<f32>
Expand description

Element-wise division: result[i] = a[i] / b[i].

Division by zero follows IEEE 754 semantics (produces ±inf or NaN).