pub fn median_in_place(values: &mut [f64]) -> Option<f64>
Median, sorting the caller’s buffer in place (no allocation). None if empty.
None