We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e5d5006 commit bcedde5Copy full SHA for bcedde5
crates/std_float/src/lib.rs
@@ -113,7 +113,6 @@ pub trait StdFloat: Sealed + Sized {
113
unsafe { intrinsics::simd_div(self.ln(), base.ln()) }
114
}
115
116
-
117
/// Produces a vector where every element has the base-2 logarithm of the value
118
/// in the equivalently-indexed element in `self`.
119
#[inline]
0 commit comments