linspace

Function linspace 

Source
pub fn linspace<T>(start: T, stop: T, n: usize) -> Vec<T>
where T: Float,
Expand description

Generates evenly spaced values from start to stop, including the endpoint.