summaryrefslogtreecommitdiff
path: root/src/pkg/big
Commit message (Expand)AuthorAgeFilesLines
* big: fix nat.scan bugEvan Shaw2011-08-242-1/+4
* big: minor comment adjustmentsRobert Griesemer2011-07-211-9/+12
* big: refine printf formatting and optimize string conversionMichael T. Jones2011-07-212-63/+167
* go/printer: changed max. number of newlines from 3 to 2Robert Griesemer2011-07-1410-316/+0
* fmt: Added SkipSpace() function to fmt's ScanState interface.Michael T. Jones2011-06-242-5/+84
* os.Error API: don't export os.ErrorString, use os.NewError consistentlyRobert Griesemer2011-06-223-10/+10
* big: removed some gratuitous +/-1'sRobert Griesemer2011-06-081-6/+5
* big: gobs for big ratsRobert Griesemer2011-06-084-6/+85
* big.nat: Improved speed of nat-to-string conversionMichael T. Jones2011-06-072-18/+324
* big: Rat always outputs the requested precision from FloatStringGraham Miller2011-06-062-3/+8
* big: remove some unnecessary conversionsRobert Griesemer2011-06-027-42/+60
* big: do not modify divisorRobert Griesemer2011-06-021-2/+6
* big: fix broken overflow testRobert Griesemer2011-06-011-6/+6
* fix build: remove non-portable test caseRobert Griesemer2011-06-011-6/+0
* big: ~8x faster number scanningRobert Griesemer2011-06-013-103/+245
* big: make Int and Rat implement fmt.ScannerEvan Shaw2011-05-276-55/+275
* big: support %v and # modifier, better handling of unknown formatsRobert Griesemer2011-05-183-10/+96
* pkg: spelling tweaks, A-HRobert Hencke2011-05-182-2/+2
* big: better support for string conversionsRobert Griesemer2011-05-174-37/+58
* big: add Int methods to act on numbered bits.Roger Peppe2011-05-173-0/+209
* src/pkg: make package doc comments consistently start with "Package foo".Nigel Tao2011-04-201-5/+5
* big: don't crash when printing nil intsAdam Langley2011-04-081-0/+4
* testing: shorten some more testsRob Pike2011-03-261-2/+9
* big: implemented custom Gob(En/De)coder for Int typeRobert Griesemer2011-03-083-50/+125
* throughout: fix broken calls to Printf etc.Rob Pike2010-12-071-1/+1
* big: fix (*Rat) SetFrac64(a, b) when b < 0.Eoghan Sherry2010-11-302-2/+24
* big: arm assembly, faster software mulWW, divWWRuss Cox2010-10-263-189/+326
* big: delete unnecessary type declsRobert Griesemer2010-10-254-97/+44
* gofmt -s -w src miscRobert Griesemer2010-10-224-388/+388
* big: add random number generationFlorian Uekermann2010-10-181-2/+16
* big: fix panic and round correctly in Rat.FloatStringAnthony Martin2010-10-072-9/+23
* tests: fix printsRob Pike2010-09-232-7/+7
* big: added RatString, some simplificationsRobert Griesemer2010-08-312-14/+19
* build: no required environment variablesRuss Cox2010-08-181-1/+1
* big: Several fixes to bitwise functionsEvan Shaw2010-08-093-28/+28
* big: attempt to fix arm buildRuss Cox2010-07-161-0/+5
* big: added a few missing functions:Robert Griesemer2010-07-124-0/+125
* big: Improvements to Rat.SetStringEvan Shaw2010-07-095-27/+61
* big, bytes: move assembly externs to separate fileRuss Cox2010-06-213-11/+19
* big: fix spelling of EuclideanRuss Cox2010-06-021-2/+2
* big: bug fix for Quo aliasing problemRobert Griesemer2010-06-012-3/+31
* big: add ModInverse.Adam Langley2010-05-262-0/+41
* big: Rat test improvementsEvan Shaw2010-05-241-80/+72
* big: prevent errors in Exp in the face of aliasingAdam Langley2010-05-243-2/+8
* test/hilbert.go: convert to test case and benchmark for big.RatRobert Griesemer2010-05-212-3/+173
* big: Add Rat typeEvan Shaw2010-05-214-1/+459
* big: fix Int.SetString comment, simplify implementation,Robert Griesemer2010-05-212-18/+14
* big: implemented Int.Binomial (to be used in test/hilbert.go with theRobert Griesemer2010-05-201-9/+18
* big: potential bug fix, cleanupsRobert Griesemer2010-05-194-19/+61
* big: bug fix for divisionRobert Griesemer2010-05-181-2/+7