We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7a8636c commit 186debcCopy full SHA for 186debc
library/core/src/num/dec2flt/lemire.rs
@@ -6,7 +6,7 @@ use crate::num::dec2flt::table::{
6
LARGEST_POWER_OF_FIVE, POWER_OF_FIVE_128, SMALLEST_POWER_OF_FIVE,
7
};
8
9
-/// Compute a float using an extended-precision representation.
+/// Compute w * 10^q using an extended-precision float representation.
10
///
11
/// Fast conversion of a the significant digits and decimal exponent
12
/// a float to an extended representation with a binary float. This
0 commit comments