mirror of
https://github.com/golang/go
synced 2024-11-23 00:20:12 -07:00
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 <bradfitz@golang.org>
This commit is contained in:
parent
400a5af19b
commit
6dc0e977d0
@ -532,6 +532,18 @@ TODO
|
||||
|
||||
</dl><!-- math/big -->
|
||||
|
||||
<dl id="math/bits"><dt><a href="/pkg/math/bits/">math/bits</a></dt>
|
||||
<dd>
|
||||
<p><!-- CL 197838 -->
|
||||
The new functions
|
||||
<a href="/pkg/math/bits/#Rem"><code>Rem</code></a>,
|
||||
<a href="/pkg/math/bits/#Rem32"><code>Rem32</code></a>, and
|
||||
<a href="/pkg/math/bits/#Rem64"><code>Rem64</code></a>
|
||||
support computing a remainder even when the quotient overflows.
|
||||
</p>
|
||||
</dd>
|
||||
</dl><!-- math/bits -->
|
||||
|
||||
<dl id="mime/multipart"><dt><a href="/pkg/mime/multipart/">mime/multipart</a></dt>
|
||||
<dd>
|
||||
<p>
|
||||
|
Loading…
Reference in New Issue
Block a user