pub fn parallel_reduce_sum(data: &[f64]) -> f64
Parallel tree reduction: sum all f64 values in data.
f64
data
Returns 0.0 for an empty slice.
0.0