Skip to main content

sort_f32

Function sort_f32 

Source
pub fn sort_f32(src: &[f32], dst: &mut [f32], dir_ascending: bool)
Expand description

Insertion sort for f32 (ascending or descending order).