go/src/math/big
Robert Griesemer 7c86263be2 math/big: much simplified and faster Float rounding
Change-Id: Iab0add7aee51a8c72a81f51d980d22d2fd612f5c
Reviewed-on: https://go-review.googlesource.com/20817
Reviewed-by: Alan Donovan <adonovan@google.com>
2016-03-22 17:07:34 +00:00
..
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
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
decimal_test.go
doc.go
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
floatexample_test.go
floatmarsh.go
floatmarsh_test.go
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
intmarsh_test.go
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
natconv_test.go
rat.go all: single space after period. 2016-03-02 00:13:47 +00:00
rat_test.go
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
ratmarsh_test.go
roundingmode_string.go