aboutsummaryrefslogtreecommitdiff
path: root/src/math
AgeCommit message (Expand)Author
2018-12-26math/big: fix incorrect comment variable referenceWill Beason
2018-12-13math: don't run huge argument tests on s390xRobert Griesemer
2018-12-13math: correct mPi4 commentBrian Kessler
2018-12-13math: use constant rather than variable for exported test thresholdRobert Griesemer
2018-12-13math: implement trignometric range reduction for huge argumentsBrian Kessler
2018-12-09math/bits: remove named return in TrailingZeros16Alberto Donizetti
2018-12-06math: document sign bit correspondence for floating-point/bits conversionsRobert Griesemer
2018-11-28math/big: allocate less for single-Word natsJosh Bleecher Snyder
2018-11-27math/bits: define Div to panic when y<=hiBrian Kessler
2018-11-27math/bits: panic when y<=hi in DivBrian Kessler
2018-11-02all: use "reports whether" consistently in the few places that didn'tBrad Fitzpatrick
2018-10-29math/big: shallow copies of Int/Rat/Float are not supported (documentation)Robert Griesemer
2018-10-28math/big: fix a formula used as documentationhearot
2018-10-25cmd/compile: intrinsify math/bits.Add on amd64Keith Randall
2018-10-24math/bits: correct BenchmarkSub64Brian Kessler
2018-10-06all: fix a bunch of misspellingsIgor Zhilianin
2018-10-04math: use Abs in Pow rather than if x < 0 { x = -x }Plekhanov Maxim
2018-10-04math: use Abs in Mod rather than if x < 0 { x = -x}Plekhanov Maxim
2018-10-03all: this big patch remove whitespace from assembly filesZhou Peng
2018-09-17cmd/compile: optimize math.Float64(32)bits and math.Float64(32)frombits on arm64fanzha02
2018-09-11math/bits: add extended precision Add, Sub, Mul, DivBrian Kessler
2018-08-28math: add Round and RoundToEven examplesEric Ponce
2018-08-22math/big: streamline divLarge initializationBrian Kessler
2018-08-22math/big: optimize multiplication by 2 and 1/2 in float SqrtBrian Kessler
2018-08-21math: test for pos/neg zero return of Ceil/Floor/TruncIan Lance Taylor
2018-08-20math,net: omit explicit true tag expr in switchIskander Sharipov
2018-08-20math: use s390x mnemonics rather than binary encodingsMichael Munday
2018-08-03math/rand: improve package documentationBenjamin Cable
2018-08-03math: add tests for erf and erfcKeith Randall
2018-08-03math: ensure Erfc is not called with out-of-expected-range arguments on s390xbill_ofarrell
2018-06-14math/big: handle negative exponents in ExpBrian Kessler
2018-06-14math/big: round x + (-x) to -0 for mode ToNegativeInfBrian Kessler
2018-06-13math: add examples to Ceil, Floor, Pow, Pow10 functionsAndrii Soldatenko
2018-06-01all: update comment URLs from HTTP to HTTPS, where possibleTim Cooper
2018-05-30math/big: implement Atkin's ModSqrt for 5 mod 8 primesBrian Kessler
2018-05-29all: regenerate stringer filesTim Cooper
2018-05-23math/big: reduce allocations in Karatsuba case of sqrAlexander Döring
2018-05-23math/big: specialize Karatsuba implementation for squaringAlexander Döring
2018-05-12math/rand: clarify documentation for Seed exampleAgniva De Sarker
2018-05-08math/big: implement Lehmer's extended GCD algorithmBrian Kessler
2018-05-08math, math/big: add wasm architectureRichard Musiol
2018-05-01math/bits: move tests into their own packageMartin Möhrmann
2018-05-01math/big: handle negative moduli in ModInverseBrian Kessler
2018-04-30math/big: return nil for nonexistent ModInverseBrian Kessler
2018-04-17math: add a testcase for Mod and Remainder respectivelyerifan01
2018-04-16math/rand: refactor rng.goweeellz
2018-04-13all: use new softfloat on GOARM=5Cherry Zhang
2018-04-05math/big: clean up z.div(z, x, y) callsBrian Kessler
2018-04-05math/big: improve performance on ppc64x by unrolling loopsCarlos Eduardo Seo
2018-04-04go/printer, gofmt: tuned table alignment for better resultsRobert Griesemer