]> Cypherpunks repositories - gostls13.git/commitdiff
doc/go1.5.txt: add Jacobi and Int.ModSqrt to math/big
authorJosh Bleecher Snyder <josharian@gmail.com>
Thu, 30 Apr 2015 15:34:21 +0000 (08:34 -0700)
committerJosh Bleecher Snyder <josharian@gmail.com>
Thu, 30 Apr 2015 15:35:19 +0000 (15:35 +0000)
Change-Id: I187e97592cd0403d84ca25c4acb1a4b25495041b
Reviewed-on: https://go-review.googlesource.com/9534
Reviewed-by: Josh Bleecher Snyder <josharian@gmail.com>
doc/go1.5.txt

index af6e1b5f9c83671dfb11aa58063188837c230aec..013cfed73c1131acdf97f269297fdef580b041b8 100644 (file)
@@ -46,6 +46,7 @@ io: add CopyBuffer, Copy with user-provided buffer (https://golang.org/cl/8730)
 log: add SetOutput functions (https://golang.org/cl/2686, https://golang.org/cl/3023)
 log: add LUTC flag (https://golang.org/cl/8761)
 math/big: add arbitrary precision Floats (many cl's)
+math/big: add Jacobi and Int.ModSqrt (https://golang.org/cl/1886)
 mime: add ExtensionByType (https://golang.org/cl/7444)
 mime/quotedprintable: new package (https://golang.org/cl/5940 + others)
 net: add Source field to OpError (https://go-review.googlesource.com/9231)