- 28ddfb0 math/big: math.Exp should return result >= 0 for |m| > 0 by Robert Griesemer · 11 years ago
- c007ce8 build: move package sources from src/pkg to src by Russ Cox · 11 years ago[Renamed from src/pkg/math/big/int_test.go]
- 2653386 math/big: fix Int.Exp by Robert Griesemer · 11 years ago
- 1dc82d2 math/big: Add text marshaller interface to Int by Michael T. Jones · 11 years ago
- fa7791e all: fix some mistakes found by go tool vet . by Rob Pike · 12 years ago
- bc6bb3e math/big: fix nil bug in GobEncode by Rob Pike · 12 years ago
- 46811d2 src: Use bytes.Equal instead of bytes.Compare where possible. by Matthew Dempsky · 12 years ago
- f4fc163 math/big: add SetUint64 and Uint64 functions to *Int by Luit van Drongelen · 12 years ago
- 7565726 math/big: fix big.Exp and document better by Robert Griesemer · 12 years ago
- 10b8888 math/big: correctly test for positive inputs in Int.GCD by Robert Griesemer · 13 years ago
- 38735b9 math/big: Implemented binary GCD algorithm by Christopher Swenson · 13 years ago
- 13a59b8 math/big: implement JSON un/marshaling support for Ints by Robert Griesemer · 13 years ago
- b80c7e5 math/big: API, documentation cleanup by Robert Griesemer · 13 years ago
- fc78c5a math/big: Rand shouldn't hang if argument is also receiver. by Robert Griesemer · 13 years ago
- ca6de00 math/big: fix destination leak into result value by Roger Peppe · 13 years ago
- 45e3bcb renaming_3: gofix -r go1pkgrename src/pkg/[m-z]* by Rob Pike · 13 years ago
- 5cb4a15 html,log,math: renamings by Rob Pike · 13 years ago[Renamed from src/pkg/big/int_test.go]
- 92926f5 pkg: minor cleanup by Russ Cox · 13 years ago
- 4854bd9 big: implemented Rat.Inv by Robert Griesemer · 13 years ago
- 8ddd661 build: clear execute bit from Go files by Mike Rosset · 14 years ago
- de20cec big: fix nat.scan bug by Evan Shaw · 14 years ago
- 12c7361 big: refine printf formatting and optimize string conversion by Michael T. Jones · 14 years ago
- 90564a9 go/printer: changed max. number of newlines from 3 to 2 by Robert Griesemer · 14 years ago
- d94e350 fmt: Added SkipSpace() function to fmt's ScanState interface. by Michael T. Jones · 14 years ago
- 21032eb big: gobs for big rats by Robert Griesemer · 14 years ago
- 3b98057 big: make Int and Rat implement fmt.Scanner by Evan Shaw · 14 years ago
- 82ddf97 big: support %v and # modifier, better handling of unknown formats by Robert Griesemer · 14 years ago
- 83fd82b big: add Int methods to act on numbered bits. by Roger Peppe · 14 years ago
- 7f9acb5 testing: shorten some more tests by Rob Pike · 14 years ago
- 758d055 big: implemented custom Gob(En/De)coder for Int type by Robert Griesemer · 14 years ago
- 1ce6245 throughout: fix broken calls to Printf etc. by Rob Pike · 14 years ago
- e351533 big: delete unnecessary type decls by Robert Griesemer · 14 years ago
- 3478891 gofmt -s -w src misc by Robert Griesemer · 14 years ago
- 1959c3a tests: fix prints by Rob Pike · 15 years ago
- 28a0971 big: Several fixes to bitwise functions by Evan Shaw · 15 years ago
- 97bcf04 big: added a few missing functions: by Robert Griesemer · 15 years ago
- 2e00bf9 big: Improvements to Rat.SetString by Evan Shaw · 15 years ago
- f199f29 big: add ModInverse. by Adam Langley · 15 years ago
- eadebba big: prevent errors in Exp in the face of aliasing by Adam Langley · 15 years ago
- dbb6232 big: implemented format support for fmt library, MulRange by Robert Griesemer · 15 years ago
- b9caa4a big: completed set of Int division routines & cleanups by Robert Griesemer · 15 years ago
- 4d1b157 big: Add bitwise methods for Int by Evan Shaw · 15 years ago
- 58e7799 big: use fast shift routines by Robert Griesemer · 15 years ago
- b218370 big: implemented Karatsuba multiplication by Robert Griesemer · 15 years ago
- 841a32d big: Create type nat by Evan Shaw · 15 years ago
- 455e799 big: Add some tests by Evan Shaw · 15 years ago
- 76cbbc8 big: Add Lsh and Value; convert pidigits to use big by Evan Shaw · 15 years ago
- 308064f big: fix mistakes with probablyPrime by Adam Langley · 15 years ago
- f44fa9b gofmt: experiment: align values in map composites where possible by Robert Griesemer · 15 years ago
- cfbee34 big: fix ProbablyPrime bug, comments by Russ Cox · 15 years ago
- 5a1d332 1) Change default gofmt default settings for by Robert Griesemer · 15 years ago
- 295ceb4 remove uses of string concatenation from src and misc directory by Robert Griesemer · 15 years ago
- 1941855 Reland a112249da741, this time with missing file. by Adam Langley · 15 years ago
- ed86d0e roll back 3985: build is broken by Russ Cox · 15 years ago
- af1fa43 big: by Adam Langley · 15 years ago
- 1698934 - replaced gofmt expression formatting algorithm with by Robert Griesemer · 15 years ago
- 40621d5 remove semis after statements in one-statement statement lists by Robert Griesemer · 15 years ago
- 368f8cb - fine-tuning of one-line func heuristic (nodes.go) by Robert Griesemer · 15 years ago
- db4e48e big: fix carry error, add test case. crypto/x509: reenable tests. by Adam Langley · 15 years ago
- 56eca9d minor fixups by gofmt by Robert Griesemer · 15 years ago
- 17021f4 Fix add-back division test so that it triggers the add-back case on by Adam Langley · 15 years ago
- 48b3156 gofmt'ed big by Robert Griesemer · 15 years ago
- 65063bc big: add Div, Mod, Exp, GcdExt and several other fixes. by Adam Langley · 15 years ago
- 650bff6 another round of gofmt applications by Russ Cox · 15 years ago
- 88742ef - implemented Multiplication by Robert Griesemer · 16 years ago
- 350a8e1 - rename files to match the data types they implement, adusted Makefile by Robert Griesemer · 16 years ago[Renamed from src/pkg/big/bigZ_test.go]
- e587422 snapshot: by Robert Griesemer · 16 years ago
- db3bf9c First cut at a more realistic multi-precision package: by Robert Griesemer · 16 years ago