File tree 1 file changed +4
-6
lines changed
1 file changed +4
-6
lines changed Original file line number Diff line number Diff line change @@ -437,12 +437,10 @@ <h3 id="minor_library_changes">Minor changes to the library</h3>
437
437
438
438
< dl id ="math/big "> < dt > < a href ="/pkg/math/big/ "> math/big</ a > </ dt >
439
439
< dd >
440
- < p > <!-- https://go.dev/issue/50489 -->
441
- TODO: < a href ="https://go.dev/issue/50489 "> https://go.dev/issue/50489</ a > : Rat: add FloatPrec() (int, bool)
442
- </ p >
443
-
444
- < p > <!-- CL 539299 -->
445
- TODO: < a href ="https://go.dev/cl/539299 "> https://go.dev/cl/539299</ a > : math/big: implement Rat.FloatPrec; modified api/next/50489.txt
440
+ < p > <!-- https://go.dev/issue/50489, CL 539299 -->
441
+ The new method < a href ="/pkg/math/big#Rat.FloatPrec "> Rat.FloatPrec</ a > computes the number of fractional decimal digits
442
+ required to represent a rational number accurately as a floating-point number, and whether accurate decimal representation
443
+ is possible in the first place.
446
444
</ p >
447
445
</ dd >
448
446
</ dl > <!-- math/big -->
You can’t perform that action at this time.
0 commit comments