..
accuracy_string.go
math/big: remove NaN support - just not worth it
2015-03-31 23:05:31 +00:00
arith_386.s
math/big: enable pure Go (no assembly) build with build tag
2015-03-20 21:58:19 +00:00
arith_amd64.s
math/big: enable pure Go (no assembly) build with build tag
2015-03-20 21:58:19 +00:00
arith_amd64p32.s
math/big: enable pure Go (no assembly) build with build tag
2015-03-20 21:58:19 +00:00
arith_arm64.s
math/big: add partial arm64 assembly support
2015-04-23 23:29:15 +00:00
arith_arm.s
math/big: enable pure Go (no assembly) build with build tag
2015-03-20 21:58:19 +00:00
arith_decl_pure.go
math/big: enable pure Go (no assembly) build with build tag
2015-03-20 21:58:19 +00:00
arith_decl.go
math/big: enable pure Go (no assembly) build with build tag
2015-03-20 21:58:19 +00:00
arith_ppc64x.s
math/big: enable pure Go (no assembly) build with build tag
2015-03-20 21:58:19 +00:00
arith_test.go
math/big: test that subVW and addVW work with arbitrary y
2015-04-21 23:13:33 +00:00
arith.go
math/big: test that subVW and addVW work with arbitrary y
2015-04-21 23:13:33 +00:00
bits_test.go
math/big: cleaner handling of exponent under/overflow
2015-03-17 16:09:34 +00:00
calibrate_test.go
decimal_test.go
math/big: implemented decimal rounding for Float-to-string conversion
2015-02-04 21:06:37 +00:00
decimal.go
math/big: added (internal) Float.form field for easier case distinctions
2015-03-12 18:41:45 +00:00
example_test.go
float_test.go
math/big: make ErrNaN actually implement the error interface (oversight)
2015-04-08 19:47:39 +00:00
float.go
math/big: better doc strings for ErrNaN functionality
2015-04-09 20:18:32 +00:00
floatconv_test.go
math/big: compute 10**exp efficiently when converting Floats
2015-04-04 00:03:16 +00:00
floatconv.go
math/big: compute 10**exp efficiently when converting Floats
2015-04-04 00:03:16 +00:00
floatexample_test.go
math/big: remove NaN support - just not worth it
2015-03-31 23:05:31 +00:00
ftoa.go
math/big: remove NaN support - just not worth it
2015-03-31 23:05:31 +00:00
gcd_test.go
hilbert_test.go
int_test.go
math/big: add modular square-root and Jacobi functions
2015-04-30 04:02:58 +00:00
int.go
math/big: add modular square-root and Jacobi functions
2015-04-30 04:02:58 +00:00
intconv_test.go
math/big: split int conversion routines and tests into separate files
2015-01-30 23:02:35 +00:00
intconv.go
math/big: split int conversion routines and tests into separate files
2015-01-30 23:02:35 +00:00
nat_test.go
math/big: split nat conversion routines and tests into separate files
2015-01-30 23:01:56 +00:00
nat.go
math/big: fix Exp when exponent is 1
2015-04-07 21:04:09 +00:00
natconv_test.go
math/big: only permit bases 2, 10, 16 when scanning number w/ "decimal" point
2015-02-14 01:00:30 +00:00
natconv.go
math/big: incorporated feedback from prior TBR reviews
2015-02-23 18:09:36 +00:00
rat_test.go
math/big: split rat conversion routines and tests into separate files
2015-01-30 23:02:51 +00:00
rat.go
net/http, math/big, cmd/internal/gc/big: replaced errors.New(fmt.Sprintf(...)) in favour fmt.Errorf()
2015-04-06 15:40:34 +00:00
ratconv_test.go
math/big: split rat conversion routines and tests into separate files
2015-01-30 23:02:51 +00:00
ratconv.go
math/big: don't scan past a binary exponent if not accepted syntactically
2015-02-14 01:01:19 +00:00
roundingmode_string.go
math/big: use stringer for enum String() methods
2015-03-04 18:24:34 +00:00