Function tool::core::matrix::size_range_with_step[][src]

pub fn size_range_with_step(start: f64, end: f64, step: f64) -> usize

Compute the required size for vector to go from start to end with step.