aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorBrian Kessler <brian.m.kessler@gmail.com>2020-07-15 22:04:57 -0600
committerRobert Griesemer <gri@golang.org>2020-07-17 19:09:40 +0000
commit0951939fd9e4a6bc83f23c42e8ddff02b29c997e (patch)
tree5da35086f7388f0a50ac0ee5ac02fd290be835c3 /doc
parent6f264801a76bbf1a0defacba4230efaefc47598c (diff)
downloadgo-0951939fd9e4a6bc83f23c42e8ddff02b29c997e.tar.gz
go-0951939fd9e4a6bc83f23c42e8ddff02b29c997e.zip
doc/go1.15: add release notes for math/cmplx
Updates #37419 Change-Id: Id7c9aba518c826c1a6fccbbf82210072bd3346f3 Reviewed-on: https://go-review.googlesource.com/c/go/+/242903 Reviewed-by: Emmanuel Odeke <emm.odeke@gmail.com> Reviewed-by: Robert Griesemer <gri@golang.org>
Diffstat (limited to 'doc')
-rw-r--r--doc/go1.15.html10
1 files changed, 10 insertions, 0 deletions
diff --git a/doc/go1.15.html b/doc/go1.15.html
index 448a507f6a..b9c63e2f0d 100644
--- a/doc/go1.15.html
+++ b/doc/go1.15.html
@@ -703,6 +703,16 @@ Do not send CLs removing the interior tags from such phrases.
</dd>
</dl><!-- math/big -->
+<dl id="math/cmplx"><dt><a href="/pkg/math/cmplx/">math/cmplx</a></dt>
+ <dd>
+ <p><!-- CL 220689 -->
+ The functions in this package were updated to conform to the C99 standard
+ (Annex G IEC 60559-compatible complex arithmetic) with respect to handling
+ of special arguments such as infinity, NaN and signed zero.
+ </p>
+ </dd>
+</dl><!-- math/cmplx-->
+
<dl id="net"><dt><a href="/pkg/net/">net</a></dt>
<dd>
<p><!-- CL 228645 -->