1
0
mirror of https://github.com/golang/go synced 2024-11-19 18:14:40 -07:00
go/src/math/big
Robert Griesemer f083a0e364 math/big: add "smoke test" for big.Float division
Change-Id: Ica419a1215ca33dc1cff1e9e4137f204591e3cee
Reviewed-on: https://go-review.googlesource.com/3942
Reviewed-by: Alan Donovan <adonovan@google.com>
2015-02-05 22:22:28 +00:00
..
arith_386.s math/big: faster assembly kernels for AddVx/SubVx for 386. 2015-01-08 20:58:59 +00:00
arith_amd64.s math/big: faster assembly kernels for AddVx/SubVx for amd64. 2015-01-08 16:57:11 +00:00
arith_amd64p32.s
arith_arm.s
arith_decl.go
arith_ppc64x.s all: power64 is now ppc64 2014-12-05 19:13:20 -05:00
arith_test.go math/big: faster "pure Go" addition/subtraction for long vectors 2015-01-08 17:00:59 +00:00
arith.go math/big: faster "pure Go" addition/subtraction for long vectors 2015-01-08 17:00:59 +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: implemented decimal rounding for Float-to-string conversion 2015-02-04 21:06:37 +00:00
example_test.go
float_test.go math/big: add "smoke test" for big.Float division 2015-02-05 22:22:28 +00:00
float.go math/big: fix typos 2015-02-03 18:48:38 +00:00
floatconv_test.go math/big: more Float conversion tests 2015-02-05 22:21:01 +00:00
floatconv.go math/big: first version of Float %e, %f, %g, %G formatting working 2015-02-04 21:11:51 +00:00
ftoa.go math/big: simplified formatting logic 2015-02-05 22:19:42 +00:00
gcd_test.go
hilbert_test.go
int_test.go math/big: split int conversion routines and tests into separate files 2015-01-30 23:02:35 +00:00
int.go math/big: split int conversion routines and tests into separate files 2015-01-30 23:02:35 +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: split nat conversion routines and tests into separate files 2015-01-30 23:01:56 +00:00
natconv_test.go math/big: split nat conversion routines and tests into separate files 2015-01-30 23:01:56 +00:00
natconv.go math/big: split nat conversion routines and tests into separate files 2015-01-30 23:01:56 +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 math/big: split rat conversion routines and tests into separate files 2015-01-30 23:02:51 +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: split rat conversion routines and tests into separate files 2015-01-30 23:02:51 +00:00