We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6f26480 commit 0951939Copy full SHA for 0951939
doc/go1.15.html
@@ -703,6 +703,16 @@ <h3 id="minor_library_changes">Minor changes to the library</h3>
703
</dd>
704
</dl><!-- math/big -->
705
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
+
716
<dl id="net"><dt><a href="/pkg/net/">net</a></dt>
717
<dd>
718
<p><!-- CL 228645 -->
0 commit comments