pub fn first_grtr(arr: &[f64], cut: f64) -> Option<usize>
Return first index of arr greater than cut
arr
cut