From 6dc0e977d007216f1525f4dd1f73abf881e9b12c Mon Sep 17 00:00:00 2001 From: Ian Lance Taylor Date: Thu, 30 Jan 2020 18:50:50 -0800 Subject: [PATCH] doc/go1.14: mention new math/bits functions Rem, Rem32, Rem64 Updates #28970 Updates #36878 Change-Id: I9676f50516dd5b32bd4e44be136fcb9f43776edd Reviewed-on: https://go-review.googlesource.com/c/go/+/217127 Reviewed-by: Brad Fitzpatrick --- doc/go1.14.html | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/doc/go1.14.html b/doc/go1.14.html index 93c93743ad..9f60489375 100644 --- a/doc/go1.14.html +++ b/doc/go1.14.html @@ -532,6 +532,18 @@ TODO +
math/bits
+
+

+ The new functions + Rem, + Rem32, and + Rem64 + support computing a remainder even when the quotient overflows. +

+
+
+
mime/multipart

-- 2.50.0