]> Cypherpunks repositories - gostls13.git/commitdiff
doc/go1.15: add release notes for math/cmplx
authorBrian Kessler <brian.m.kessler@gmail.com>
Thu, 16 Jul 2020 04:04:57 +0000 (22:04 -0600)
committerRobert Griesemer <gri@golang.org>
Fri, 17 Jul 2020 19:09:40 +0000 (19:09 +0000)
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>
doc/go1.15.html

index 448a507f6abae90732d8e35bb0c6f0b873eb6f9f..b9c63e2f0db6f5791c1f75ae0333c7d0d32097b8 100644 (file)
@@ -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 -->