aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doc/go1.15.html10
1 files changed, 10 insertions, 0 deletions
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.
</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 -->