From f889845ad8e291af85a4fca97cd9206b41e059b5 Mon Sep 17 00:00:00 2001 From: Brian Kessler Date: Thu, 23 Jan 2020 23:12:41 -0700 Subject: [PATCH] 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 --- doc/go1.14.html | 10 ++++++++++ 1 file changed, 10 insertions(+) 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

-- 2.50.0