From: Brian Kessler Date: Thu, 16 Jul 2020 04:04:57 +0000 (-0600) Subject: doc/go1.15: add release notes for math/cmplx X-Git-Tag: go1.15rc1~4 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=0951939fd9e4a6bc83f23c42e8ddff02b29c997e;p=gostls13.git 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 Reviewed-by: Robert Griesemer --- 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. +
math/cmplx
+
+

+ 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. +

+
+
+
net