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 +
+ The new functions
+ Rem
,
+ Rem32
, and
+ Rem64
+ support computing a remainder even when the quotient overflows.
+