From 0951939fd9e4a6bc83f23c42e8ddff02b29c997e Mon Sep 17 00:00:00 2001 From: Brian Kessler Date: Wed, 15 Jul 2020 22:04:57 -0600 Subject: [PATCH] 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 --- doc/go1.15.html | 10 ++++++++++ 1 file changed, 10 insertions(+) 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

-- 2.48.1