aboutsummaryrefslogtreecommitdiff
path: root/src/math/big/intconv_test.go
AgeCommit message (Expand)Author
2019-03-12math/big: add support for underscores '_' in numbersRobert Griesemer
2019-03-07math/big: support new octal prefixes 0o and 0ORobert Griesemer
2019-02-26math/big: add %#b and %O integer formatsRuss Cox
2017-10-06math/big: provide support for conversion bases up to 62griesemer
2015-09-25math/big: implement Int.Text, Int.AppendRobert Griesemer
2015-01-30math/big: split int conversion routines and tests into separate filesRobert Griesemer