| .. |
|
accuracy_string.go
|
…
|
|
|
arith.go
|
…
|
|
|
arith_386.s
|
…
|
|
|
arith_amd64.s
|
…
|
|
|
arith_amd64p32.s
|
all: make copyright headers consistent with one space after period
|
2016-03-01 23:34:33 +00:00 |
|
arith_arm.s
|
…
|
|
|
arith_arm64.s
|
…
|
|
|
arith_decl.go
|
all: make copyright headers consistent with one space after period
|
2016-03-01 23:34:33 +00:00 |
|
arith_decl_pure.go
|
all: make copyright headers consistent with one space after period
|
2016-03-01 23:34:33 +00:00 |
|
arith_mips64x.s
|
math, math/big: added support for mips64{,le}
|
2015-11-12 04:49:57 +00:00 |
|
arith_ppc64x.s
|
…
|
|
|
arith_test.go
|
all: delete dead test code
|
2016-03-21 07:10:08 +00:00 |
|
bits_test.go
|
…
|
|
|
calibrate_test.go
|
…
|
|
|
decimal.go
|
math/big: removed more unnecessary string conversions
|
2015-09-25 22:25:12 +00:00 |
|
decimal_test.go
|
…
|
|
|
doc.go
|
math/big: more documentation
|
2015-09-29 00:23:51 +00:00 |
|
example_rat_test.go
|
…
|
|
|
example_test.go
|
…
|
|
|
float.go
|
math/big: much simplified and faster Float rounding
|
2016-03-22 17:07:34 +00:00 |
|
float_test.go
|
math/big: fix rounding to smallest denormal for Float.Float32/64
|
2016-03-21 20:24:06 +00:00 |
|
floatconv.go
|
all: fix typos and spelling
|
2016-02-24 18:42:29 +00:00 |
|
floatconv_test.go
|
math/big: more documentation
|
2015-09-29 00:23:51 +00:00 |
|
floatexample_test.go
|
…
|
|
|
floatmarsh.go
|
math/big: implement Float.Text(Un)Marshaler
|
2015-09-29 00:21:45 +00:00 |
|
floatmarsh_test.go
|
math/big: implement Float.Text(Un)Marshaler
|
2015-09-29 00:21:45 +00:00 |
|
ftoa.go
|
math/big: cleanup documentation for Format methods
|
2016-03-21 02:49:32 +00:00 |
|
gcd_test.go
|
…
|
|
|
hilbert_test.go
|
…
|
|
|
int.go
|
math/big: fix typo in comment
|
2016-01-08 20:18:10 +00:00 |
|
int_test.go
|
math/big: fix Exp(x, x, x) for certain large x
|
2016-01-13 01:43:35 +00:00 |
|
intconv.go
|
math/big: cleanup documentation for Format methods
|
2016-03-21 02:49:32 +00:00 |
|
intconv_test.go
|
…
|
|
|
intmarsh.go
|
math/big: clean up *Int encoding tests
|
2015-09-29 00:23:31 +00:00 |
|
intmarsh_test.go
|
math/big: clean up *Int encoding tests
|
2015-09-29 00:23:31 +00:00 |
|
nat.go
|
all: single space after period.
|
2016-03-02 00:13:47 +00:00 |
|
nat_test.go
|
math/big: additional Montgomery cleanup
|
2015-12-16 20:25:29 +00:00 |
|
natconv.go
|
math/big: removed more unnecessary string conversions
|
2015-09-25 22:25:12 +00:00 |
|
natconv_test.go
|
math/big: removed more unnecessary string conversions
|
2015-09-25 22:25:12 +00:00 |
|
rat.go
|
all: single space after period.
|
2016-03-02 00:13:47 +00:00 |
|
rat_test.go
|
math/big: move Int/Rat gob/json/xml functionality in separate files
|
2015-09-25 22:25:36 +00:00 |
|
ratconv.go
|
all: replace strings.Index with strings.Contains where possible
|
2016-02-19 01:06:05 +00:00 |
|
ratconv_test.go
|
all: single space after period.
|
2016-03-02 00:13:47 +00:00 |
|
ratmarsh.go
|
math/big: implement Float.Text(Un)Marshaler
|
2015-09-29 00:21:45 +00:00 |
|
ratmarsh_test.go
|
math/big: implement Float.Text(Un)Marshaler
|
2015-09-29 00:21:45 +00:00 |
|
roundingmode_string.go
|
…
|
|