Function lather::linspace [] [src]

pub fn linspace(start: f64, stop: f64, len: usize) -> Linspace

Creates an iterator of len floats between start and stop, inclusive.