summaryrefslogtreecommitdiff
path: root/src/math/big/intconv.go
Commit message (Expand)AuthorAgeFilesLines
* math/big: implement Float.Scan, type assert fmt interfaces to enforce docsEmmanuel Odeke2016-10-191-0/+4
* math/big: cleanup documentation for Format methodsMatthew Dempsky2016-03-211-9/+9
* math/big: removed more unnecessary string conversionsRobert Griesemer2015-09-251-10/+3
* math/big: implement Int.Text, Int.AppendRobert Griesemer2015-09-251-6/+33
* math/big: faster string conversion routinesRobert Griesemer2015-09-241-28/+28
* math/big: remove superfluous comparisonRobert Griesemer2015-08-211-8/+8
* math/big: split int conversion routines and tests into separate filesRobert Griesemer2015-01-301-0/+228