go/src/math/big
Russ Cox 1e066cad1b math/big: fix Exp(x, x, x) for certain large x
Fixes #13907.

Change-Id: Ieaa5183f399b12a9177372212adf481c8f0b4a0d
Reviewed-on: https://go-review.googlesource.com/18491
Reviewed-by: Robert Griesemer <gri@golang.org>
Reviewed-by: Vlad Krasnov <vlad@cloudflare.com>
Reviewed-by: Adam Langley <agl@golang.org>
2016-01-13 01:43:35 +00:00
..
accuracy_string.go
arith.go
arith_386.s
arith_amd64.s
arith_amd64p32.s
arith_arm.s
arith_arm64.s
arith_decl.go
arith_decl_pure.go
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
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 math/big: factored out an internal accessor method (cleanup), added benchmark 2015-09-23 20:25:59 +00:00
doc.go math/big: more documentation 2015-09-29 00:23:51 +00:00
example_rat_test.go math/big: Add small complete example of big.Rat usage 2015-09-15 17:46:22 +00:00
example_test.go
float.go math/big: fix typo 2015-12-09 16:59:52 +00:00
float_test.go
floatconv.go math/big: optimize Float.Parse by reducing powers of 10 to powers of 2 and 5 2015-09-22 05:48:02 +00:00
floatconv_test.go math/big: more documentation 2015-09-29 00:23:51 +00:00
floatexample_test.go math/big: use more direct formatting in ExampleRoundingMode, cosmetic changes 2015-09-10 22:10:41 +00:00
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: more documentation 2015-09-29 00:23:51 +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: removed more unnecessary string conversions 2015-09-25 22:25:12 +00:00
intconv_test.go math/big: implement Int.Text, Int.Append 2015-09-25 22:24:49 +00:00
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 math/big: fix Exp(x, x, x) for certain large x 2016-01-13 01:43:35 +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 math/big: move Int/Rat gob/json/xml functionality in separate files 2015-09-25 22:25:36 +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 math/big: removed more unnecessary string conversions 2015-09-25 22:25:12 +00:00
ratconv_test.go
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