summaryrefslogtreecommitdiff
path: root/src/pkg/big/nat.go
Commit message (Expand)AuthorAgeFilesLines
* html,log,math: renamingsRob Pike2011-11-031-1271/+0
* src/pkg/[a-m]*: gofix -r error -force=errorRuss Cox2011-11-011-6/+6
* big: update for fmt interface changesRuss Cox2011-10-251-4/+4
* big: usable zero Rat values without need for explicit initializationRobert Griesemer2011-10-211-7/+6
* build: clear execute bit from Go filesMike Rosset2011-09-051-0/+0
* big: fix nat.scan bugEvan Shaw2011-08-241-1/+1
* go/printer: changed max. number of newlines from 3 to 2Robert Griesemer2011-07-141-48/+0
* os.Error API: don't export os.ErrorString, use os.NewError consistentlyRobert Griesemer2011-06-221-2/+2
* big: removed some gratuitous +/-1'sRobert Griesemer2011-06-081-6/+5
* big.nat: Improved speed of nat-to-string conversionMichael T. Jones2011-06-071-17/+112
* big: remove some unnecessary conversionsRobert Griesemer2011-06-021-21/+22
* big: do not modify divisorRobert Griesemer2011-06-021-2/+6
* big: fix broken overflow testRobert Griesemer2011-06-011-6/+6
* big: ~8x faster number scanningRobert Griesemer2011-06-011-40/+63
* big: make Int and Rat implement fmt.ScannerEvan Shaw2011-05-271-26/+57
* big: support %v and # modifier, better handling of unknown formatsRobert Griesemer2011-05-181-2/+3
* pkg: spelling tweaks, A-HRobert Hencke2011-05-181-1/+1
* big: better support for string conversionsRobert Griesemer2011-05-171-10/+25
* big: add Int methods to act on numbered bits.Roger Peppe2011-05-171-0/+37
* src/pkg: make package doc comments consistently start with "Package foo".Nigel Tao2011-04-201-5/+5
* big: implemented custom Gob(En/De)coder for Int typeRobert Griesemer2011-03-081-0/+47
* big: Several fixes to bitwise functionsEvan Shaw2010-08-091-9/+9
* big: Improvements to Rat.SetStringEvan Shaw2010-07-091-4/+2
* big: prevent errors in Exp in the face of aliasingAdam Langley2010-05-241-0/+5
* test/hilbert.go: convert to test case and benchmark for big.RatRobert Griesemer2010-05-211-3/+0
* big: Add Rat typeEvan Shaw2010-05-211-0/+2
* big: fix Int.SetString comment, simplify implementation,Robert Griesemer2010-05-211-1/+1
* big: potential bug fix, cleanupsRobert Griesemer2010-05-191-13/+17
* big: bug fix for divisionRobert Griesemer2010-05-181-2/+7
* big: implemented format support for fmt library, MulRangeRobert Griesemer2010-05-151-17/+20
* big: cleanups and performance tuningRobert Griesemer2010-05-081-60/+45
* big: more cleanupRobert Griesemer2010-05-071-28/+28
* big: implemented overlap-tolerant shifts in assemblyRobert Griesemer2010-05-061-78/+24
* big: completed set of Int division routines & cleanupsRobert Griesemer2010-05-031-4/+4
* big: fix memory corruption in nat.shrRuss Cox2010-05-031-1/+1
* big: Add bitwise methods for IntEvan Shaw2010-05-031-1/+76
* big: cleanup and removal of redundant functionalityRobert Griesemer2010-05-011-53/+10
* big: use fast shift routinesRobert Griesemer2010-04-301-9/+53
* big: improved computation of "karatsuba length" for faster multipliesRobert Griesemer2010-04-301-11/+19
* big: implemented Karatsuba multiplicationRobert Griesemer2010-04-271-59/+292
* big: Create type natEvan Shaw2010-04-221-132/+134
* big: fix build - start with zero in scanNRuss Cox2010-04-201-1/+1
* big: eliminate redundant array lookupsEvan Shaw2010-04-201-5/+11
* big: reduce the number of allocationsEvan Shaw2010-04-201-4/+10
* big: Add Lsh and Value; convert pidigits to use bigEvan Shaw2010-04-201-12/+15
* big: fix mistakes with probablyPrimeAdam Langley2010-03-051-2/+7
* big: fix ProbablyPrime bug, commentsRuss Cox2010-01-051-3/+6
* 1) Change default gofmt default settings forRobert Griesemer2009-12-151-176/+176
* gofmt -r '?[?:len(?)] -> ?[?:]' -w src/cmd src/pkgRuss Cox2009-11-201-2/+2
* big: fix large division.Adam Langley2009-11-181-13/+19