Skip to content

Commit 0951939

Browse files
bmkesslergriesemer
authored andcommitted
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>
1 parent 6f26480 commit 0951939

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

doc/go1.15.html

+10
Original file line numberDiff line numberDiff line change
@@ -703,6 +703,16 @@ <h3 id="minor_library_changes">Minor changes to the library</h3>
703703
</dd>
704704
</dl><!-- math/big -->
705705

706+
<dl id="math/cmplx"><dt><a href="/pkg/math/cmplx/">math/cmplx</a></dt>
707+
<dd>
708+
<p><!-- CL 220689 -->
709+
The functions in this package were updated to conform to the C99 standard
710+
(Annex G IEC 60559-compatible complex arithmetic) with respect to handling
711+
of special arguments such as infinity, NaN and signed zero.
712+
</p>
713+
</dd>
714+
</dl><!-- math/cmplx-->
715+
706716
<dl id="net"><dt><a href="/pkg/net/">net</a></dt>
707717
<dd>
708718
<p><!-- CL 228645 -->

0 commit comments

Comments
 (0)