We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents be3723c + 2f5ce8e commit ebeb6b8Copy full SHA for ebeb6b8
library/core/src/num/dec2flt/mod.rs
@@ -3,7 +3,7 @@
3
//! # Problem statement
4
//!
5
//! We are given a decimal string such as `12.34e56`. This string consists of integral (`12`),
6
-//! fractional (`45`), and exponent (`56`) parts. All parts are optional and interpreted as zero
+//! fractional (`34`), and exponent (`56`) parts. All parts are optional and interpreted as zero
7
//! when missing.
8
9
//! We seek the IEEE 754 floating point number that is closest to the exact value of the decimal
0 commit comments