File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -68,12 +68,12 @@ impl<F> ExactSizeIterator for Logspace<F> where Logspace<F>: Iterator {}
6868
6969/// An iterator of a sequence of logarithmically spaced numbers.
7070///
71- /// The `Logspace` has `n` elements, where the first element is `base.powf(a)`
71+ /// The [ `Logspace`] has `n` elements, where the first element is `base.powf(a)`
7272/// and the last element is `base.powf(b)`. If `base` is negative, this
7373/// iterator will return all negative values.
7474///
75- /// The iterator element type is `F`, where `F` must implement `Float`, e.g.
76- /// `f32` or `f64`.
75+ /// The iterator element type is `F`, where `F` must implement [ `Float`] , e.g.
76+ /// [ `f32`] or [ `f64`] .
7777///
7878/// **Panics** if converting `n - 1` to type `F` fails.
7979#[ inline]
You can’t perform that action at this time.
0 commit comments