pub fn median<N: RealField + Copy>(vals: &mut [N]) -> N
Expand description

Computes the median of a set of values.