]> Cypherpunks repositories - gostls13.git/commit
math/big: introduce Bits abstraction instead of using "untyped" []int bit lists
authorRobert Griesemer <gri@golang.org>
Wed, 4 Mar 2015 22:53:41 +0000 (14:53 -0800)
committerRobert Griesemer <gri@golang.org>
Thu, 12 Mar 2015 18:31:21 +0000 (18:31 +0000)
commit63269404a8d588fb0af679adc1f940294cedc2c0
treedd50e2d6074a0443dd17294ab560439efe12228e
parentcf6b60c2f1e058bb82f3143e9e1d368f12a7a84d
math/big: introduce Bits abstraction instead of using "untyped" []int bit lists

Change-Id: I6caa6bdcf6643ce3015244397a752bd133f3d00c
Reviewed-on: https://go-review.googlesource.com/6840
Reviewed-by: Alan Donovan <adonovan@google.com>
src/math/big/bits_test.go
src/math/big/float.go
src/math/big/float_test.go