summaryrefslogtreecommitdiff
path: root/src/pkg/math/big/int.go
Commit message (Expand)AuthorAgeFilesLines
* math/big: fix nil bug in GobEncodeRob Pike2013-08-191-1/+6
* math/big: save some copies in binaryGCD.Adam Langley2013-05-151-3/+4
* math/big: minor cleanupsRobert Griesemer2013-04-031-9/+3
* math/big: fix commentRuss Cox2013-03-111-2/+2
* math/big: fix typoRuss Cox2013-01-181-1/+1
* math/big: add SetUint64 and Uint64 functions to *IntLuit van Drongelen2012-12-111-0/+20
* gofmt: apply gofmt -w src miscRobert Griesemer2012-10-301-1/+1
* math/big: fix big.Exp and document betterRobert Griesemer2012-10-161-6/+5
* math/big: correctly test for positive inputs in Int.GCDRobert Griesemer2012-06-131-4/+4
* math/big: fix binaryGCDRobert Griesemer2012-06-131-2/+9
* math/big: Implemented binary GCD algorithmChristopher Swenson2012-06-131-0/+53
* math/big: optimize common case of Int.Bit(0)Robert Griesemer2012-06-121-0/+7
* math/big: implement JSON un/marshaling support for IntsRobert Griesemer2012-05-221-0/+16
* math/big: API, documentation cleanupRobert Griesemer2012-02-021-10/+13
* mat/big: add raw access to Int bitsRobert Griesemer2012-02-011-21/+41
* math/big: replace nat{} -> nat(nil)Robert Griesemer2011-11-141-15/+15
* math/big: Correcting typo in SetBit() documentationDavid G. Andersen2011-11-101-1/+1
* renaming_3: gofix -r go1pkgrename src/pkg/[m-z]*Rob Pike2011-11-081-1/+1
* all: rename os.EOF to io.EOF in various non-code contextsVincent Vanackere2011-11-031-1/+1
* html,log,math: renamingsRob Pike2011-11-031-0/+873