minmax

Function minmax 

Source
pub fn minmax(arr: &[f64]) -> (f64, f64)
Expand description

find max value and min value in a &[f64]