XAMPPRocky 3 жил өмнө
parent
commit
7ca2456e9c
1 өөрчлөгдсөн 0 нэмэгдсэн , 1 устгасан
  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;
     }
 }