aboutsummaryrefslogtreecommitdiff
path: root/src/math/big/intconv.go
AgeCommit message (Expand)Author
2019-05-03math/big: document Int.StringBrian Kessler
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
2017-09-22math/big: delete solved TODOMarvin Stenger
2016-10-19math/big: implement Float.Scan, type assert fmt interfaces to enforce docsEmmanuel Odeke
2016-03-21math/big: cleanup documentation for Format methodsMatthew Dempsky
2015-09-25math/big: removed more unnecessary string conversionsRobert Griesemer
2015-09-25math/big: implement Int.Text, Int.AppendRobert Griesemer
2015-09-24math/big: faster string conversion routinesRobert Griesemer
2015-08-21math/big: remove superfluous comparisonRobert Griesemer
2015-01-30math/big: split int conversion routines and tests into separate filesRobert Griesemer