aboutsummaryrefslogtreecommitdiff
path: root/src/math/big/bits_test.go
AgeCommit message (Expand)Author
2015-05-29math/big: rename (*Float).Format to (*Float).TextRobert Griesemer
2015-05-22math/big: Always print exponent sign when using 'p' exponent for Floats.Robert Griesemer
2015-03-17math/big: cleaner handling of exponent under/overflowRobert Griesemer
2015-03-12math/big: introduce Bits abstraction instead of using "untyped" []int bit listsRobert Griesemer
2015-03-06math/big: move "bits" operations used for Float tests into separate fileRobert Griesemer