]> Cypherpunks repositories - gostls13.git/commitdiff
doc/go1.14: mention math/big.GCD argument change
authorBrian Kessler <brian.m.kessler@gmail.com>
Fri, 24 Jan 2020 06:12:41 +0000 (23:12 -0700)
committerRobert Griesemer <gri@golang.org>
Sat, 25 Jan 2020 00:35:43 +0000 (00:35 +0000)
Change-Id: Ib3b5f64471e7b9794b15a97ba86ba001f2c7d2ae
Reviewed-on: https://go-review.googlesource.com/c/go/+/216200
Reviewed-by: Robert Griesemer <gri@golang.org>
doc/go1.14.html

index 1ff52dc497a15d4e09df94a16595b374147628d2..74ff5a3bef7c9968a17b9424c056a528dcbeec9b 100644 (file)
@@ -417,6 +417,16 @@ TODO
 
 </dl><!-- math -->
 
+<dl id="math/big"><dt><a href="/pkg/math/big">math/big</a></dt>
+  <dd>
+    <p><!-- CL 164972 -->
+      The <a href="/pkg/math/big#GCD"><code>GCD</code></a> function
+      now allows the inputs <code>a</code> and <code>b</code> to be
+      zero or negative.
+    </p>
+
+</dl><!-- math/big -->
+
 <dl id="plugin"><dt><a href="/pkg/plugin/">plugin</a></dt>
   <dd>
     <p><!-- CL 191617 -->