pub fn parallel_min(data: &[f64]) -> f64
Find the minimum value in data in parallel.
data
Returns f64::INFINITY for empty input.
f64::INFINITY