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