aboutsummaryrefslogtreecommitdiff
path: root/src/math/big
AgeCommit message (Expand)Author
2020-03-20math/big: document that Sqrt doesn't set AccuracyAlberto Donizetti
2020-02-25math/big: initial vector arithmetic in riscv64 assemblyJoel Sing
2020-02-05math/big: reintroduce pre-Go 1.14 mention in GCD docsFilippo Valsorda
2020-01-31math/big: simplify GCD docsFilippo Valsorda
2020-01-30math/big: update comment on Int.GCDRobert Griesemer
2020-01-15math, math/big: add support for riscv64Joel Sing
2019-11-15all: fix a bunch of misspellingsVille Skyttä
2019-11-13math/big: fix out-of-bounds panic in divRecursiveRémy Oudompheng
2019-11-12math/big: ensure correct test inputRobert Griesemer
2019-11-12math/big: implement recursive algorithm for divisionRémy Oudompheng
2019-11-07math/big: allow all values for GCDBrian Kessler
2019-10-25math/big: use nat pool to reduce allocations in mul and sqrRémy Oudompheng
2019-10-24math/big: make Rat.Denom side-effect freeRobert Griesemer
2019-10-24math/big: normalize unitialized denominators ASAPRobert Griesemer
2019-10-15math/big: make Rat accessors safe for concurrent useRobert Griesemer
2019-10-09all: remove the nacl port (part 2, amd64p32 + toolchain)Brad Fitzpatrick
2019-09-18math/big: avoid MinExp exponent wrap-around in 'x' Text formatRobert Griesemer
2019-09-08all: fix typosAinar Garipov
2019-09-02math/big: fix a duplicate "the" in a commentpeter zhang
2019-08-28math/big: document that Rat.Denom might modify the receiverEric Lagergren
2019-08-28math/big: fast path for Cmp if sameIllya Yalovyy
2019-05-22all: shorten some testsRuss Cox
2019-05-08math/big: stack allocate scaleDenom return valueJT Olio
2019-05-08math/big: fix the bug in assembly implementation of shlVU on arm64erifan01
2019-05-03math/big: document Int.StringBrian Kessler
2019-04-22math/big: optimize mulAddVWW on arm64 for better performanceerifan01
2019-04-15math/big: don't clobber shared underlying array in pow5 computationRobert Griesemer
2019-04-09all: change the old assembly style AX:CX to CX, AXNeven Sajko
2019-04-04math/big: do not panic in Exp when y < 0 and x doesn't have an inverseFilippo Valsorda
2019-04-04math/big: simplify shlVU_g and shrVU_gNeven Sajko
2019-03-27math/big: temporarily disable buggy shlVU assembly for arm64Robert Griesemer
2019-03-27math/big: implement Rat.SetUint64Brian Kessler
2019-03-25math/big: accept non-decimal floats with Rat.SetStringRobert Griesemer
2019-03-12math/big: add support for underscores '_' in numbersRobert Griesemer
2019-03-12math/big: implement Int.TrailingZeroBitsBrian Kessler
2019-03-09math/big: add fast path for amd64 addVW for large zJosh Bleecher Snyder
2019-03-09math/big: add fast path for pure Go addVW for large zJosh Bleecher Snyder
2019-03-09math/big: remove bounds checks in pure Go implementationsJosh Bleecher Snyder
2019-03-07math/big: support new octal prefixes 0o and 0ORobert Griesemer
2019-03-04math/big: rewrite pure Go implementations to use math/bitsJosh Bleecher Snyder
2019-03-04math/big: optimize shlVU_g and shrVU_gJosh Bleecher Snyder
2019-02-27math/big: better initial guess for nat.sqrtJuraj Sukop
2019-02-27math/big: handle alias of cofactor inputs in GCDBrian Kessler
2019-02-26math/big: add %#b and %O integer formatsRuss Cox
2019-02-26math/big: add %x float formatRuss Cox
2019-02-12strconv: format hex floatsRuss Cox
2019-02-11math/big: permit upper-case 'P' binary exponent (not just 'p')Robert Griesemer
2019-01-17math/big: document that Rat.SetString accepts _decimal_ float representationsRobert Griesemer
2018-12-26math/big: fix incorrect comment variable referenceWill Beason
2018-11-28math/big: allocate less for single-Word natsJosh Bleecher Snyder