Skip to content

Commit 7ca2456

Browse files
XAMPPRockycuviper
authored andcommitted
Update float.rs
1 parent 64db6c3 commit 7ca2456

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/float.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2154,7 +2154,6 @@ impl Float for f64 {
21542154
libm::fmax as max(self, other: Self) -> Self;
21552155
libm::fmin as min(self, other: Self) -> Self;
21562156
libm::copysign as copysign(self, sign: Self) -> Self;
2157-
libm::copysignf as copysignf(self, sign: Self) -> Self;
21582157
}
21592158
}
21602159

0 commit comments

Comments
 (0)