]> Cypherpunks repositories - gostls13.git/commit
big: add Div, Mod, Exp, GcdExt and several other fixes.
authorAdam Langley <agl@golang.org>
Thu, 5 Nov 2009 23:55:41 +0000 (15:55 -0800)
committerAdam Langley <agl@golang.org>
Thu, 5 Nov 2009 23:55:41 +0000 (15:55 -0800)
commit65063bc61d66a092f499e3bef1d5a681b7cde814
treec9f508fe6e0a6cd6f4cc634d015b4a384e2ed2e4
parent5e598c55dcbfd3f0e752029cc7fa31ddaf6cca29
big: add Div, Mod, Exp, GcdExt and several other fixes.

R=gri, rsc
CC=go-dev
http://go/go-review/1017036
src/pkg/big/arith.go
src/pkg/big/arith_test.go
src/pkg/big/int.go
src/pkg/big/int_test.go
src/pkg/big/nat.go
src/pkg/big/nat_test.go