Skip to content

Commit f889845

Browse files
bmkesslergriesemer
authored andcommitted
doc/go1.14: mention math/big.GCD argument change
Change-Id: Ib3b5f64471e7b9794b15a97ba86ba001f2c7d2ae Reviewed-on: https://go-review.googlesource.com/c/go/+/216200 Reviewed-by: Robert Griesemer <[email protected]>
1 parent 64c22b7 commit f889845

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

doc/go1.14.html

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -417,6 +417,16 @@ <h2 id="library">Core library</h2>
417417

418418
</dl><!-- math -->
419419

420+
<dl id="math/big"><dt><a href="/pkg/math/big">math/big</a></dt>
421+
<dd>
422+
<p><!-- CL 164972 -->
423+
The <a href="/pkg/math/big#GCD"><code>GCD</code></a> function
424+
now allows the inputs <code>a</code> and <code>b</code> to be
425+
zero or negative.
426+
</p>
427+
428+
</dl><!-- math/big -->
429+
420430
<dl id="plugin"><dt><a href="/pkg/plugin/">plugin</a></dt>
421431
<dd>
422432
<p><!-- CL 191617 -->

0 commit comments

Comments
 (0)