We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5e324cf commit 2eaa479Copy full SHA for 2eaa479
library/core/src/num/dec2flt/number.rs
@@ -41,8 +41,8 @@ impl Number {
41
&& !self.many_digits
42
}
43
44
- /// The fast path algorithm to turn into an exact float representation, using machine-sized
45
- /// integers and floats.
+ /// Try turning the decimal into an exact float representation, using machine-sized integers
+ /// and floats.
46
///
47
/// This is extracted into a separate function so that it can be attempted before constructing
48
/// a Decimal. This only works if both the mantissa and the exponent
0 commit comments