Rollup merge of #81301 - davidgu:patch-1, r=jonas-schievink
Fix small typo Fractional part of `12.34e56` seems to be incorrectly stated as '45' and not '34'
This commit is contained in:
commit
ebeb6b8b26
@ -3,7 +3,7 @@
|
||||
//! # Problem statement
|
||||
//!
|
||||
//! We are given a decimal string such as `12.34e56`. This string consists of integral (`12`),
|
||||
//! 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
|
||||
//! when missing.
|
||||
//!
|
||||
//! We seek the IEEE 754 floating point number that is closest to the exact value of the decimal
|
||||
|
Loading…
Reference in New Issue
Block a user