aboutsummaryrefslogtreecommitdiff
path: root/src/math/big
AgeCommit message (Expand)Author
2015-09-10math/big: use more direct formatting in ExampleRoundingMode, cosmetic changesRobert Griesemer
2015-09-10math/big: add example for RoundingModeKonstantin Shaposhnikov
2015-09-09all: minor documentation tweaks for constantsKonstantin Shaposhnikov
2015-08-29math/big: use optimized formula in ModSqrt for 3 mod 4 primesDavid Leon Gil
2015-08-21math/big: fix TestBytes testRobert Griesemer
2015-08-21math/big: correctly handle large exponent in SetStringAlberto Donizetti
2015-08-21math/big: remove superfluous comparisonRobert Griesemer
2015-07-22math/big: document rounding for Rat.FloatToStringRobert Griesemer
2015-07-12all: link to https for golang subdomains tooBrad Fitzpatrick
2015-07-11all: link to https instead of httpBrad Fitzpatrick
2015-06-19math/big: fix GCD in presence of aliasingRobert Griesemer
2015-06-18math/big: refine Fibonacci exampleAndrew Gerrand
2015-06-18math/big: Add small complete example of big.Float usageALTree
2015-06-17math/big: incorporate feedback by josharian (Example_fibonacci)Robert Griesemer
2015-06-17math/big: Added small complete example of big.Int usageALTree
2015-06-03math/big: turn off debug modeRobert Griesemer
2015-06-03math/big: trim trailing zeros before hex printingDave Cheney
2015-06-02math/big: implement fmt.Formatter-compatible (*Float).FormatRobert Griesemer
2015-05-29math/big: remove (*Float).Scan, ScanFloat; more robust (*Float).ParseRobert Griesemer
2015-05-29math/big: rename (*Float).Format to (*Float).TextRobert Griesemer
2015-05-28math/big: fix latent decimal conversion bugRobert Griesemer
2015-05-27math/big: more cleanups (msbxx, nlzxx functions)Robert Griesemer
2015-05-27math/big: removed TODO, cleanupsRobert Griesemer
2015-05-22math/big: Always print exponent sign when using 'p' exponent for Floats.Robert Griesemer
2015-05-22math/big: fix Float.Float64 conversion for denormal corner casesRobert Griesemer
2015-05-22math/big: add more Float.Float64 conversion testsRobert Griesemer
2015-05-22math/big: fix Float.Float32 conversion for denormal corner casesRobert Griesemer
2015-05-22math/big: gofmt nat_test.goRobert Griesemer
2015-05-22math/big: Simple Montgomery Multiplication to accelerate Mod-ExpVlad Krasnov
2015-05-14math/big, cmd/internal/gc/big: fix vet detected printf problemShenghou Ma
2015-04-30math/big: add modular square-root and Jacobi functionsBryan Ford
2015-04-23math/big: add partial arm64 assembly supportJosh Bleecher Snyder
2015-04-21math/big: test that subVW and addVW work with arbitrary yJosh Bleecher Snyder
2015-04-09math/big: better doc strings for ErrNaN functionalityRobert Griesemer
2015-04-08math/big: make ErrNaN actually implement the error interface (oversight)Robert Griesemer
2015-04-07math/big: fix Exp when exponent is 1ALTree
2015-04-06net/http, math/big, cmd/internal/gc/big: replaced errors.New(fmt.Sprintf(...)...Igor Dolzhikov
2015-04-04math/big: compute 10**exp efficiently when converting FloatsRobert Griesemer
2015-04-02math/big: implement missing special cases for binary operationsRobert Griesemer
2015-04-01math/big: faster Int.Binomial(n, k) for k > n/2Robert Griesemer
2015-03-31math/big: remove NaN support - just not worth itRobert Griesemer
2015-03-31math/big: fixed Float.Float64, implemented Float.Float32Robert Griesemer
2015-03-27math/big: fix copy-paste mistake in int_test.goJeremy Schlatter
2015-03-24math/big: fix known bug in Float.Float64Robert Griesemer
2015-03-20math/big: enable pure Go (no assembly) build with build tagRobert Griesemer
2015-03-18all: use "reports whether" in place of "returns true if(f)"Josh Bleecher Snyder
2015-03-17math/big: clearer semantics for Float.ScanRobert Griesemer
2015-03-17math/big: cleaner handling of exponent under/overflowRobert Griesemer
2015-03-16math, math/big: add support for GOARCH=arm64Aram Hăvărneanu
2015-03-14math/big: wrap Float.Cmp result in struct to prevent wrong useRobert Griesemer