]> Cypherpunks.ru repositories - gostls13.git/blobdiff - doc/go1.21.html
math/big: rename Int.ToFloat64 to Float64
[gostls13.git] / doc / go1.21.html
index d15cff65d458aaec72d912d4e4956842e9250af0..8e9b170882934bcd887d2ba8da7af0e96afc9efd 100644 (file)
@@ -662,7 +662,7 @@ Do not send CLs removing the interior tags from such phrases.
 <dl id="math/big"><dt><a href="/pkg/math/big/">math/big</a></dt>
   <dd>
     <p><!-- https://go.dev/issue/56984, CL 453115 -->
-      The new <a href="/pkg/math/big/#Int.ToFloat64"><code>Int.ToFloat64</code></a>
+      The new <a href="/pkg/math/big/#Int.Float64"><code>Int.Float64</code></a>
       method returns the nearest floating-point value to a
       multi-precision integer, along with an indication of any
       rounding that occurred.