We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d7b97a7 + de89529 commit cb3ca5eCopy full SHA for cb3ca5e
src/float/mod.rs
@@ -26,10 +26,10 @@ pub(crate) trait Float:
26
+ ops::Div<Output = Self>
27
+ ops::Rem<Output = Self>
28
{
29
- /// A uint of the same with as the float
+ /// A uint of the same width as the float
30
type Int: Int;
31
32
- /// A int of the same with as the float
+ /// A int of the same width as the float
33
type SignedInt: Int;
34
35
/// An int capable of containing the exponent bits plus a sign bit. This is signed.
0 commit comments