diff --git a/doc/go1.22.html b/doc/go1.22.html index 4c180fd653..fdc9827bb2 100644 --- a/doc/go1.22.html +++ b/doc/go1.22.html @@ -437,12 +437,10 @@ Do not send CLs removing the interior tags from such phrases.
- TODO: https://go.dev/issue/50489: Rat: add FloatPrec() (int, bool) -
- -- TODO: https://go.dev/cl/539299: math/big: implement Rat.FloatPrec; modified api/next/50489.txt +
+ The new method Rat.FloatPrec computes the number of fractional decimal digits + required to represent a rational number accurately as a floating-point number, and whether accurate decimal representation + is possible in the first place.