Quellcode durchsuchen

Update float.rs

XAMPPRocky vor 3 Jahren
Ursprung
Commit
7ca2456e9c
1 geänderte Dateien mit 0 neuen und 1 gelöschten Zeilen
  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;
     }
 }