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 {}
68
68
69
69
/// An iterator of a sequence of logarithmically spaced numbers.
70
70
///
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)`
72
72
/// and the last element is `base.powf(b)`. If `base` is negative, this
73
73
/// iterator will return all negative values.
74
74
///
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`] .
77
77
///
78
78
/// **Panics** if converting `n - 1` to type `F` fails.
79
79
#[ inline]
You can’t perform that action at this time.
0 commit comments