diff options
| author | onur-ozkan <work@onurozkan.dev> | 2024-11-13 23:17:32 +0300 |
|---|---|---|
| committer | onur-ozkan <work@onurozkan.dev> | 2024-11-13 23:17:32 +0300 |
| commit | f432fb4006a60e5b1844fc5cf76b2925239983d4 (patch) | |
| tree | 73f1b0a7a01d3dc0c6c173bc4c6a176a61eec213 | |
| parent | 242f20dc1e95ca8def0ff436d7c844811ae7ac25 (diff) | |
| download | rust-f432fb4006a60e5b1844fc5cf76b2925239983d4.tar.gz rust-f432fb4006a60e5b1844fc5cf76b2925239983d4.zip | |
update outdated comment about test-float-parse
Signed-off-by: onur-ozkan <work@onurozkan.dev>
| -rw-r--r-- | library/core/src/num/dec2flt/mod.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/library/core/src/num/dec2flt/mod.rs b/library/core/src/num/dec2flt/mod.rs index 87bfd0d2566..6dca7406845 100644 --- a/library/core/src/num/dec2flt/mod.rs +++ b/library/core/src/num/dec2flt/mod.rs @@ -58,7 +58,7 @@ //! //! There are unit tests but they are woefully inadequate at ensuring correctness, they only cover //! a small percentage of possible errors. Far more extensive tests are located in the directory -//! `src/etc/test-float-parse` as a Python script. +//! `src/etc/test-float-parse` as a Rust program. //! //! A note on integer overflow: Many parts of this file perform arithmetic with the decimal //! exponent `e`. Primarily, we shift the decimal point around: Before the first decimal digit, |
