Function lather::floatrange [] [src]

pub fn floatrange(start: f64, stop: f64, step: f64) -> Floatrange

Creates an iterator of floats that begin at start and increase by step until they would exceed stop.