Skip to main content

sort_f64

Function sort_f64 

Source
pub fn sort_f64(values: &mut [f64])
Expand description

Sort a Vec<f64> ascending, treating NaN as equal. Pure utility so the unwrap-on-ordering pattern only appears here.