index
:
go
bench-before
fix-runtime-test-GOMAXPROCS
json-isValidNumber
json-isValidNumber-before
main
makepkg
ms-fix-multipart-readform
Fork of Go programming language with my patches.
Go Authors
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
math
/
big
Age
Commit message (
Expand
)
Author
2016-08-16
all: fix "result not used" vet warnings
Josh Bleecher Snyder
2016-08-16
math/big: use array instead of slice for deBruijn lookups
Josh Bleecher Snyder
2016-06-24
math/big: special-case a 0 mantissa during Rat parsing
Nathan VanBenschoten
2016-06-01
math/big: avoid panic in float.Text with negative prec
Alberto Donizetti
2016-05-26
math/big: using Run for some more benchmarks
Marcel van Lohuizen
2016-05-26
math/big: simplify benchmarking code some more
Robert Griesemer
2016-05-25
math/big: use run for benchmarks
Marcel van Lohuizen
2016-05-24
math/big: write t*10 to multiply t by 10
Russ Cox
2016-04-20
math/big: more tests, documentation for Flot gob marshalling
Robert Griesemer
2016-04-20
math/big: implement GobDecode/Encode for big.Float
OneOfOne
2016-04-15
all: remove unnecessary type conversions
Matthew Dempsky
2016-04-07
math/big: re-use memory in Int.GCD
Aliaksandr Valialkin
2016-04-07
math/big: add s390x function implementations
Michael Munday
2016-03-22
math/big: much simplified and faster Float rounding
Robert Griesemer
2016-03-21
math/big: fix rounding to smallest denormal for Float.Float32/64
Robert Griesemer
2016-03-21
all: delete dead test code
Dominik Honnef
2016-03-21
math/big: cleanup documentation for Format methods
Matthew Dempsky
2016-03-15
math/big: fix comment typos
Matthew Dempsky
2016-03-04
math/big: use correct precision in Float.Float32/64 for denormals
Robert Griesemer
2016-03-02
all: single space after period.
Brad Fitzpatrick
2016-03-01
all: make copyright headers consistent with one space after period
Brad Fitzpatrick
2016-02-24
all: fix typos and spelling
Martin Möhrmann
2016-02-19
all: replace strings.Index with strings.Contains where possible
Nathan VanBenschoten
2016-01-13
math/big: fix Exp(x, x, x) for certain large x
Russ Cox
2016-01-08
math/big: fix typo in comment
Robert Griesemer
2015-12-29
build: shorten a few packages with long tests
Russ Cox
2015-12-16
math/big: additional Montgomery cleanup
Russ Cox
2015-12-11
math/big: fix carry propagation in Int.Exp Montgomery code
Russ Cox
2015-12-11
math/big: fix misuse of Unicode
Russ Cox
2015-12-09
math/big: fix typo
Brad Fitzpatrick
2015-11-12
math, math/big: added support for mips64{,le}
Yao Zhang
2015-10-23
math/big: fix SetMantExp comment
David Crawshaw
2015-10-03
math/big: check return value from quick.Check() for GCD tests
Damian Gryski
2015-09-30
math/big: correct documentation for ProbablyPrime.
Adam Langley
2015-09-29
math/big: more documentation
Robert Griesemer
2015-09-29
math/big: clean up *Int encoding tests
Robert Griesemer
2015-09-29
math/big: implement Float.Text(Un)Marshaler
Robert Griesemer
2015-09-28
math/big: improved documentation
Robert Griesemer
2015-09-25
math/big: remove some string conversions in Int encoding
Robert Griesemer
2015-09-25
math/big: move Int/Rat gob/json/xml functionality in separate files
Robert Griesemer
2015-09-25
math/big: removed more unnecessary string conversions
Robert Griesemer
2015-09-25
math/big: implement Int.Text, Int.Append
Robert Griesemer
2015-09-24
math/big: faster string conversion routines
Robert Griesemer
2015-09-24
math/big: fix test for denormalized inputs and enable more test cases
Robert Griesemer
2015-09-23
math/big: factored out an internal accessor method (cleanup), added benchmark
Robert Griesemer
2015-09-23
math/big: implement negative precision for Float.Append/Text
Robert Griesemer
2015-09-22
math/big: add test cases for min/max exponent values
Robert Griesemer
2015-09-22
math/big: optimize Float.Parse by reducing powers of 10 to powers of 2 and 5
Robert Griesemer
2015-09-15
math/big: Add small complete example of big.Rat usage
Alberto Donizetti
2015-09-11
all: use one 'l' when cancelling everywhere except Solaris
Rob Pike
[prev]
[next]