Function make_vector_float

Source
pub fn make_vector_float<T>(input: &Vec<T>) -> Vec<f64>
where T: Display + Copy,