We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9f4b3be + 882e318 commit f1a72edCopy full SHA for f1a72ed
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 Rust program.
+//! `src/tools/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