We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents bbafea5 + b105550 commit f9f234fCopy full SHA for f9f234f
src/lib.rs
@@ -70,7 +70,6 @@ pub trait F32Ext: private::Sealed {
70
71
fn exp(self) -> Self;
72
73
- #[cfg(todo)]
74
fn exp2(self) -> Self;
75
76
fn ln(self) -> Self;
@@ -214,7 +213,6 @@ impl F32Ext for f32 {
214
213
expf(self)
215
}
216
217
218
#[inline]
219
fn exp2(self) -> Self {
220
exp2f(self)
@@ -387,7 +385,6 @@ pub trait F64Ext: private::Sealed {
387
385
388
386
389
390
391
392
393
@@ -531,7 +528,6 @@ impl F64Ext for f64 {
531
528
exp(self)
532
529
533
530
534
535
536
537
exp2(self)
0 commit comments