Skip to content

Commit 444887d

Browse files
committed
doc/go1.12: release notes for math/bits
Change-Id: I930942c7e057a36332ac06762f6aadf07574a7d5 Reviewed-on: https://go-review.googlesource.com/c/152977 Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
1 parent 9555769 commit 444887d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/go1.12.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -406,7 +406,7 @@ <h3 id="minor_library_changes">Minor changes to the library</h3>
406406
<dl id="math/bits"><dt><a href="/pkg/math/bits/">math/bits</a></dt>
407407
<dd>
408408
<p><!-- CL 123157 -->
409-
TODO: <a href="https://golang.org/cl/123157">https://golang.org/cl/123157</a>: add extended precision Add, Sub, Mul, Div
409+
New extended precision operations <a href="/pkg/math/bits/#Add"><code>Add</code></a>, <a href="/pkg/math/bits/#Sub"><code>Sub</code></a>, <a href="/pkg/math/bits/#Mul"><code>Mul</code></a>, and <a href="/pkg/math/bits/#Div"><code>Div</code></a> are available in <code>int</code>, <code>int32</code>, and <code>int64</code> versions.
410410
</p>
411411

412412
</dl><!-- math/bits -->

0 commit comments

Comments
 (0)