summaryrefslogtreecommitdiff
path: root/src/math
Commit message (Expand)AuthorAgeFilesLines
* all: fix a lot of commentscui fliter2023-05-101-1/+1
* cmd/internal/obj/ppc64: modify PCALIGN to ensure alignmentLynn Boger2023-04-211-7/+7
* all: re-run stringerIan Lance Taylor2023-04-112-0/+21
* math/rand: clarify Seed deprecation noteIan Lance Taylor2023-04-041-6/+4
* all: fix misuses of "a" vs "an"cui fliter2023-04-041-1/+1
* all: add a few links in package godocsDaniel Martí2023-03-251-3/+2
* all: replace leading spaces with tabs in assemblyMichael Pratt2023-03-232-104/+104
* math: add Compare and Compare32Akhil Indurti2023-02-152-0/+147
* all: fix some commentscui fliter2023-02-141-1/+1
* Revert "math: add Compare and Compare32"Than McIntosh2023-02-102-112/+0
* math/rand: fix typo in Seed deprecation commentValentin Deleplace2023-02-101-1/+1
* math/rand: rewrite the math/rand package comment to say what it's good forRob Pike2023-02-091-2/+2
* math: add Compare and Compare32Akhil Indurti2023-02-092-0/+112
* math/rand: use fastrand64 if possibleIan Lance Taylor2023-02-073-44/+284
* math/big: add warning about using Int for cryptographyFilippo Valsorda2023-02-061-0/+8
* math/big: add Int.Float64 conversionAlan Donovan2023-02-022-0/+69
* math: handle int64 overflows for odd integer exponents in Pow(-0, y)Dmitry Panov2023-01-242-3/+24
* math/big: validate result of Float.GobDecodeAlexander Yastrebov2023-01-233-4/+37
* internal/godebug: export non-default-behavior counters in runtime/metricsRuss Cox2023-01-191-0/+1
* math/big: fix BitLen performance regressionFilippo Valsorda2022-12-021-8/+11
* crypto/internal/bigmod: move nat implementation out of crypto/rsaFilippo Valsorda2022-11-212-1/+26
* all: add missing periods in commentscui fliter2022-11-184-5/+5
* math/rand: deprecate SeedRuss Cox2022-11-161-1/+1
* internal/godebug: define more efficient APIRuss Cox2022-11-141-1/+3
* math/bits: directly calculate quo/rem when hi is zero in Div64ruinan2022-11-141-4/+9
* math/big: remove underscores from Binomial docsEric Lagergren2022-11-081-9/+9
* math: fix function name in commentcui fliter2022-11-071-1/+1
* math/big: add PCALIGN to addMulVVW asm on ppc64xLynn Boger2022-11-031-0/+10
* math/big: use Montgomery for z.Exp(x, y, m) even for even mRuss Cox2022-11-028-50/+315
* math/big: add benchmark of Exp with large modulusRuss Cox2022-11-021-0/+35
* math/big: improve performance of BinomialRiccardo Gerosa2022-10-281-8/+38
* math/rand: deprecate Readhopehook2022-10-271-0/+2
* all: remove uses of rand.SeedRuss Cox2022-10-261-24/+0
* math/rand: auto-seed global sourceRuss Cox2022-10-252-10/+78
* math/bits: note that functions here may be compiler intrinsicsNick Craig-Wood2022-10-211-0/+6
* math/rand: refactor to delay allocation of global sourceRuss Cox2022-10-181-13/+29
* math/big: error on buffer length overflow in Rat.GobDecodeIan Lance Taylor2022-10-112-2/+8
* math: optimize Hypot functioneric fang2022-10-011-2/+2
* math: show value of integer constants in commentsShulhan2022-09-211-15/+15
* math/big: replace dead link in a comment with link to an archive.org copyAlok Menghrajani2022-09-061-1/+1
* math/rand: document that Source returned by NewSource implements Source64Jonathan FOng2022-09-021-0/+5
* cmd/compile,math: remove all sqrt assembly codeWayne Zuo2022-08-1512-156/+1
* internal/testenv: add and use OptimizationOff/SkipIfOptimizationOffCuong Manh Le2022-08-091-3/+1
* math/big: disable TestNewIntAllocs on noopt builderCuong Manh Le2022-08-081-0/+4
* math/big: make NewInt inlineable and zero allocationKeith Randall2022-08-083-2/+55
* math/big: check buffer lengths in GobDecodeRoland Shoemaker2022-07-274-0/+37
* go, math, os, reflect: support standard library for loong64Xiaodong Liu2022-05-201-0/+34
* all: gofmt main repoRuss Cox2022-05-191-2/+2
* all: fix some lint issuesRyan Leung2022-05-081-4/+4
* math/big: don't force second arg to Jacobi and Int.ModSqrt to escapeNathan VanBenschoten2022-05-081-1/+1