From: Brian Kessler Date: Fri, 24 Jan 2020 06:12:41 +0000 (-0700) Subject: doc/go1.14: mention math/big.GCD argument change X-Git-Tag: go1.14rc1~66 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=f889845ad8e291af85a4fca97cd9206b41e059b5;p=gostls13.git 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 --- diff --git a/doc/go1.14.html b/doc/go1.14.html index 1ff52dc497..74ff5a3bef 100644 --- a/doc/go1.14.html +++ b/doc/go1.14.html @@ -417,6 +417,16 @@ TODO +
math/big
+
+

+ The GCD function + now allows the inputs a and b to be + zero or negative. +

+ +
+
plugin