diff --git a/doc/go1.12.html b/doc/go1.12.html index 568920df6d..e228d98a8c 100644 --- a/doc/go1.12.html +++ b/doc/go1.12.html @@ -553,6 +553,20 @@ for { +
math
+
+

+ The functions + Sin, + Cos, + Tan, + and Sincos now + apply Payne-Hanek range reduction to huge arguments. This + produces more accurate answers, but they will not be bit-for-bit + identical with the results in earlier releases. +

+
+
math/bits