Browse Source

Update float.rs

XAMPPRocky 3 years ago
parent
commit
7ca2456e9c
1 changed files with 0 additions and 1 deletions
  1. 0 1
      src/float.rs

+ 0 - 1
src/float.rs

@@ -2154,7 +2154,6 @@ impl Float for f64 {
         libm::fmax as max(self, other: Self) -> Self;
         libm::fmin as min(self, other: Self) -> Self;
         libm::copysign as copysign(self, sign: Self) -> Self;
-        libm::copysignf as copysignf(self, sign: Self) -> Self;
     }
 }