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 bd7c1cf commit 18f8071Copy full SHA for 18f8071
src/float/mod.rs
@@ -93,6 +93,7 @@ pub(crate) trait Float:
93
fn imp_frac(self) -> Self::Int;
94
95
/// Returns a `Self::Int` transmuted back to `Self`
96
+ #[inline]
97
fn from_bits(a: Self::Int) -> Self;
98
99
/// Constructs a `Self` from its parts. Inputs are treated as bits and shifted into position.
0 commit comments