From: Ian Lance Taylor Date: Fri, 31 Jan 2020 02:50:50 +0000 (-0800) Subject: doc/go1.14: mention new math/bits functions Rem, Rem32, Rem64 X-Git-Tag: go1.14rc1~26 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=6dc0e977d007216f1525f4dd1f73abf881e9b12c;p=gostls13.git 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 --- 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