aboutsummaryrefslogtreecommitdiff
path: root/src/math/big
AgeCommit message (Expand)Author
2017-09-22math/big: delete solved TODOMarvin Stenger
2017-08-31math/big: fix internal commentgriesemer
2017-08-23all: fix easy-to-miss typosAgniva De Sarker
2017-08-22math/big: use internal sqr on natsBrian Kessler
2017-08-18math/big: recognize squaring for FloatsBrian Kessler
2017-08-18math/big: use internal square for RatBrian Kessler
2017-08-16math/big: recognize z.Mul(x, x) as squaring of xBrian Kessler
2017-08-16math/big: speed up GCD x, y calculationBrian Kessler
2017-08-11math/big: improve performance for AddMulVVW and mulAddVWW for ppc64xCarlos Eduardo Seo
2017-08-11math/big: avoid unneeded sticky bit calculationsBrian Kessler
2017-08-06all: remove some manual hyphenationJosh Bleecher Snyder
2017-05-31math/big: fix Add, Sub when receiver aliases 2nd operandAlberto Donizetti
2017-04-25math/big: improve performance for addVV/subVV for ppc64xCarlos Eduardo Seo
2017-04-03all: fix minor misspellingsEric Lagergren
2017-03-31math/big: Unify divWW implementation for ppc64 and ppc64le.Carlos Eduardo Seo
2017-03-23math/big: replace local versions of bitLen, nlz with math/bits versionsRobert Griesemer
2017-03-23math/big: fix TestFloatSetFloat64StringRobert Griesemer
2017-03-11math/big: make nat.setUint64 vet-friendlyJosh Bleecher Snyder
2017-03-06all: remove the the duplicate wordsEitan Adler
2017-02-24math/big: use math/bits where appropriateRobert Griesemer
2017-02-21math/big: define Word as uint instead of uintptrRobert Griesemer
2017-02-14math/big: simplify bool expressionDaniel MartĂ­
2017-02-14math/big: fix s390x test build tagsMichael Munday
2017-02-14all: fix some printf format stringsJosh Bleecher Snyder
2017-02-07math/big: add IsInt64/IsUint64 predicatesRobert Griesemer
2016-12-07crypto/*: document use or non-use of constant-time algorithmsRuss Cox
2016-11-22math/big: add Baillie-PSW test to (*Int).ProbablyPrimeRuss Cox
2016-11-12all: spell "marshal" and "unmarshal" consistentlyDmitri Shuralyov
2016-11-03math, math/big: add support for GOARCH=mips{,le}Vladimir Stefanovic
2016-10-27math/big: flip long/short flag on TestFloat32DistributionCherry Zhang
2016-10-26math/big: uses SIMD for some math big functions on s390xBill O'Farrell
2016-10-24math/big: fix alignment in Float.Parse docsMohit Agarwal
2016-10-19math/big: implement Float.Scan, type assert fmt interfaces to enforce docsEmmanuel Odeke
2016-10-18math/big: add benchmarks for big.Float StringAlberto Donizetti
2016-10-17math/big: add (*Int).SqrtRuss Cox
2016-10-17math/big: slightly faster float->decimal conversionRobert Griesemer
2016-10-17encoding/json: fix decoding of null into Unmarshaler, TextUnmarshalerRuss Cox
2016-10-11math/big: move ProbablyPrime into its own source fileRuss Cox
2016-10-11math/big: test and optimize Exp(2, y, n) for large y, odd nRuss Cox
2016-10-11math/big: move exhaustive tests behind -long flagRuss Cox
2016-10-10math/big: make division fasterRuss Cox
2016-10-06math/big: Rat.SetString to report error if input is not consumed entirelyRobert Griesemer
2016-09-27math/big: support negative numbers in ModInverseMichal Bohuslávek
2016-09-26math/big: better SetFloat64 example in docAlberto Donizetti
2016-09-19cmd/compile: intrinsify Ctz{32,64} and Bswap{32,64} on s390xMichael Munday
2016-09-14math/big: cut 2 minutes off race testsBrad Fitzpatrick
2016-09-12runtime, math/big: allow R0 on s390x to contain values other than 0Michael Munday
2016-08-29math/big: add assembly implementation of arith for ppc64{le}Ethan Miller
2016-08-17math/big: avoid allocation in float.{Add, Sub} when there's no aliasingAlberto Donizetti
2016-08-16crypto/cipher, math/big: fix example namesJosh Bleecher Snyder