Skip to content

Commit

Permalink
Update float.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
XAMPPRocky authored and cuviper committed Apr 30, 2022
1 parent 64db6c3 commit 7ca2456
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/float.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
}

Expand Down

0 comments on commit 7ca2456

Please sign in to comment.