This commit is contained in:
Joseph Ryan
2018-07-13 23:56:00 -05:00
parent 17989f930e
commit 6e4231c1ce
+2 -2
View File
@@ -229,7 +229,7 @@ impl F32Ext for f32 {
#[inline]
fn log2(self) -> Self {
log2f(self)
self.log2f(self)
}
#[cfg(todo)]
@@ -556,7 +556,7 @@ impl F64Ext for f64 {
#[inline]
fn log2(self) -> Self {
log2(self)
self.log2(self)
}
#[cfg(todo)]