Skip to content
This repository was archived by the owner on May 28, 2025. It is now read-only.

Commit 186debc

Browse files
authored
Added which number is computed in compute_float.
1 parent 7a8636c commit 186debc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

library/core/src/num/dec2flt/lemire.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ use crate::num::dec2flt::table::{
66
LARGEST_POWER_OF_FIVE, POWER_OF_FIVE_128, SMALLEST_POWER_OF_FIVE,
77
};
88

9-
/// Compute a float using an extended-precision representation.
9+
/// Compute w * 10^q using an extended-precision float representation.
1010
///
1111
/// Fast conversion of a the significant digits and decimal exponent
1212
/// a float to an extended representation with a binary float. This

0 commit comments

Comments
 (0)