pub fn bitonic_sort(data: &mut Vec<f64>)
Bitonic sort of a Vecf64` in ascending order.
Vec
Pads the input to the next power-of-2 with f64::MAX, then truncates back to the original length after sorting.
f64::MAX