Skip to main content

in_float64_slice

Function in_float64_slice 

Source
pub fn in_float64_slice(a: &[f64], x: f64) -> i32
Expand description

Returns the index of x in a, or -1 if not found.