about summary refs log tree commit diff
diff options
context:
space:
mode:
authorOrson Peters <orsonpeters@gmail.com>2022-09-22 11:34:42 +0200
committerGitHub <noreply@github.com>2022-09-22 11:34:42 +0200
commit186debc65020e1f906d9ca6bb8cbde9cacebe178 (patch)
tree1e48d116de4fff6e05206b806a81c8fd0b61b748
parent7a8636c843bd24038fe1d1f69b4a8e4b0ea55d4e (diff)
downloadrust-186debc65020e1f906d9ca6bb8cbde9cacebe178.tar.gz
rust-186debc65020e1f906d9ca6bb8cbde9cacebe178.zip
Added which number is computed in compute_float.
-rw-r--r--library/core/src/num/dec2flt/lemire.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/library/core/src/num/dec2flt/lemire.rs b/library/core/src/num/dec2flt/lemire.rs
index 75405f47154..b8b0a1d3d7e 100644
--- a/library/core/src/num/dec2flt/lemire.rs
+++ b/library/core/src/num/dec2flt/lemire.rs
@@ -6,7 +6,7 @@ use crate::num::dec2flt::table::{
     LARGEST_POWER_OF_FIVE, POWER_OF_FIVE_128, SMALLEST_POWER_OF_FIVE,
 };
 
-/// Compute a float using an extended-precision representation.
+/// Compute w * 10^q using an extended-precision float representation.
 ///
 /// Fast conversion of a the significant digits and decimal exponent
 /// a float to an extended representation with a binary float. This