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>
</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 -->