Skip to main content

logspace

Function logspace 

Source
pub fn logspace<T>(start: T, stop: T, num_points: usize) -> Vec<T>
where T: Float,