diff --git a/doc/go1.17.html b/doc/go1.17.html index 6c53aaaa88..988026f44d 100644 --- a/doc/go1.17.html +++ b/doc/go1.17.html @@ -838,12 +838,9 @@ func Foo() bool {
- TODO: https://golang.org/cl/170079: implement Ryū-like algorithm for fixed precision ftoa -
- -- TODO: https://golang.org/cl/170080: Implement Ryū algorithm for ftoa shortest mode +
+ The strconv package now uses Ulf Adams's Ryū algorithm for formatting floating-point numbers.
+ This algorithm improves performance on most inputs, and is more than 99% faster on worst-case inputs.