We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8eaea39 + 98dad0b commit c06bb34Copy full SHA for c06bb34
core/src/num/dec2flt/mod.rs
@@ -58,7 +58,7 @@
58
//!
59
//! There are unit tests but they are woefully inadequate at ensuring correctness, they only cover
60
//! a small percentage of possible errors. Far more extensive tests are located in the directory
61
-//! `src/etc/test-float-parse` as a Python script.
+//! `src/etc/test-float-parse` as a Rust program.
62
63
//! A note on integer overflow: Many parts of this file perform arithmetic with the decimal
64
//! exponent `e`. Primarily, we shift the decimal point around: Before the first decimal digit,
0 commit comments