Function range_to_vec

Source
pub fn range_to_vec(start: f64, end: f64, step: f64) -> Vec<f64>
Expand description

Accept the three arguments indicating a range, and return a vector of that range. It currently panics if wrong arguments are entered.