We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a95979 commit 441dce3Copy full SHA for 441dce3
library/coretests/tests/floats/mod.rs
@@ -1,6 +1,7 @@
1
use std::num::FpCategory as Fp;
2
use std::ops::{Add, Div, Mul, Rem, Sub};
3
4
+#[doc(hidden)]
5
trait TestableFloat: Sized {
6
/// Unsigned int with the same size, for converting to/from bits.
7
type Int;
0 commit comments