summaryrefslogtreecommitdiff
path: root/src/math
Commit message (Expand)AuthorAgeFilesLines
* math/rand: export Source64, mainly for documentation valueRuss Cox2016-11-231-8/+11
* math/big: add Baillie-PSW test to (*Int).ProbablyPrimeRuss Cox2016-11-222-57/+381
* math/rand: make floating point tests shorter on mips and mipsleBrad Fitzpatrick2016-11-161-1/+14
* all: spell "marshal" and "unmarshal" consistentlyDmitri Shuralyov2016-11-122-2/+2
* math: use SIMD to accelerate some scalar math functions on s390xBill O'Farrell2016-11-1116-12/+1586
* math, math/big: add support for GOARCH=mips{,le}Vladimir Stefanovic2016-11-033-0/+148
* math/big: flip long/short flag on TestFloat32DistributionCherry Zhang2016-10-271-1/+1
* math/big: uses SIMD for some math big functions on s390xBill O'Farrell2016-10-263-270/+1019
* math/cmplx: prevent infinite loop in tanSeriesMohit Agarwal2016-10-252-1/+11
* math,math/cmplx: fix linter issuesAlexander Döring2016-10-247-18/+17
* math/big: fix alignment in Float.Parse docsMohit Agarwal2016-10-241-2/+2
* all: minor vet fixesJosh Bleecher Snyder2016-10-241-1/+1
* math/big: implement Float.Scan, type assert fmt interfaces to enforce docsEmmanuel Odeke2016-10-196-0/+89
* math: speed up Gamma(+Inf)Mohit Agarwal2016-10-181-0/+2
* math/big: add benchmarks for big.Float StringAlberto Donizetti2016-10-181-1/+17
* math/big: add (*Int).SqrtRuss Cox2016-10-173-0/+87
* math/big: slightly faster float->decimal conversionRobert Griesemer2016-10-171-3/+4
* encoding/json: fix decoding of null into Unmarshaler, TextUnmarshalerRuss Cox2016-10-171-0/+4
* math/big: move ProbablyPrime into its own source fileRuss Cox2016-10-115-193/+210
* math/big: test and optimize Exp(2, y, n) for large y, odd nRuss Cox2016-10-112-1/+34
* math/big: move exhaustive tests behind -long flagRuss Cox2016-10-113-11/+14
* math/big: make division fasterRuss Cox2016-10-103-18/+86
* math/big: Rat.SetString to report error if input is not consumed entirelyRobert Griesemer2016-10-064-10/+23
* math/cmplx: add examples for Abs, Exp, PolarAlexander Döring2016-10-061-0/+28
* math: fix Gamma(-171.5) on all platformsRuss Cox2016-10-062-14/+33
* math: fix Gamma(x) for x < -170.5 and other corner casesRuss Cox2016-10-052-21/+101
* math: use portable Exp instead of 387 instructions on 386Russ Cox2016-10-052-34/+4
* math/rand: add Rand.Uint64Florian Uekermann2016-10-034-149/+204
* math: make sqrt smaller on AMD64Ilya Tocar2016-09-291-3/+3
* math: add some assembly implementations on ARM64Cherry Zhang2016-09-274-21/+122
* math/big: support negative numbers in ModInverseMichal Bohuslávek2016-09-272-0/+6
* math/big: better SetFloat64 example in docAlberto Donizetti2016-09-261-1/+1
* math, cmd/internal/obj/ppc64: improve floor, ceil, trunc with asmLynn Boger2016-09-232-9/+25
* cmd/compile: intrinsify Ctz{32,64} and Bswap{32,64} on s390xMichael Munday2016-09-191-5/+5
* math/big: cut 2 minutes off race testsBrad Fitzpatrick2016-09-144-0/+28
* runtime, math/big: allow R0 on s390x to contain values other than 0Michael Munday2016-09-121-0/+2
* math: fix sqrt regression on AMD64Ilya Tocar2016-09-062-11/+21
* math/rand: document that NewSource sources raceDavid Glasser2016-09-021-0/+2
* math: speed up bessel functions on AMD64Ilya Tocar2016-08-312-38/+38
* math/big: add assembly implementation of arith for ppc64{le}Ethan Miller2016-08-293-19/+223
* math: optimize Ceil, Floor and Trunc on s390xMichael Munday2016-08-262-9/+26
* all: fix assembly vet issuesJosh Bleecher Snyder2016-08-251-6/+6
* math/big: avoid allocation in float.{Add, Sub} when there's no aliasingAlberto Donizetti2016-08-172-12/+70
* math/rand: Document origin of cooked pseudo-random numbersFlorian Uekermann2016-08-171-0/+89
* crypto/cipher, math/big: fix example namesJosh Bleecher Snyder2016-08-161-3/+3
* all: fix "result not used" vet warningsJosh Bleecher Snyder2016-08-161-1/+3
* math/big: use array instead of slice for deBruijn lookupsJosh Bleecher Snyder2016-08-161-2/+2
* math/rand: fix raciness in Rand.ReadIan Lance Taylor2016-07-112-5/+84
* math/rand: fix io.Reader implementationDmitri Popov2016-06-273-28/+84
* math/rand: fix comment about bits of seed used by the default SourceKonstantin Shaposhnikov2016-06-261-2/+2