go/src/math/big
Agniva De Sarker ea5e3bd2a1 all: fix easy-to-miss typos
Using the wonderful https://github.com/client9/misspell tool.

Change-Id: Icdbc75a5559854f4a7a61b5271bcc7e3f99a1a24
Reviewed-on: https://go-review.googlesource.com/57851
Reviewed-by: Joe Tsai <thebrokentoaster@gmail.com>
Run-TryBot: Joe Tsai <thebrokentoaster@gmail.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
2017-08-23 03:07:12 +00:00
..
accuracy_string.go
arith.go math/big: replace local versions of bitLen, nlz with math/bits versions 2017-03-23 19:43:09 +00:00
arith_386.s math/big: replace local versions of bitLen, nlz with math/bits versions 2017-03-23 19:43:09 +00:00
arith_amd64.s math/big: replace local versions of bitLen, nlz with math/bits versions 2017-03-23 19:43:09 +00:00
arith_amd64p32.s math/big: replace local versions of bitLen, nlz with math/bits versions 2017-03-23 19:43:09 +00:00
arith_arm.s math/big: replace local versions of bitLen, nlz with math/bits versions 2017-03-23 19:43:09 +00:00
arith_arm64.s math/big: replace local versions of bitLen, nlz with math/bits versions 2017-03-23 19:43:09 +00:00
arith_decl.go math/big: replace local versions of bitLen, nlz with math/bits versions 2017-03-23 19:43:09 +00:00
arith_decl_pure.go math/big: replace local versions of bitLen, nlz with math/bits versions 2017-03-23 19:43:09 +00:00
arith_decl_s390x.go
arith_mips64x.s math/big: replace local versions of bitLen, nlz with math/bits versions 2017-03-23 19:43:09 +00:00
arith_mipsx.s math/big: replace local versions of bitLen, nlz with math/bits versions 2017-03-23 19:43:09 +00:00
arith_ppc64x.s math/big: improve performance for AddMulVVW and mulAddVWW for ppc64x 2017-08-11 13:59:52 +00:00
arith_s390x.s math/big: replace local versions of bitLen, nlz with math/bits versions 2017-03-23 19:43:09 +00:00
arith_s390x_test.go math/big: fix s390x test build tags 2017-02-14 19:44:35 +00:00
arith_test.go math/big: replace local versions of bitLen, nlz with math/bits versions 2017-03-23 19:43:09 +00:00
bits_test.go
calibrate_test.go all: fix easy-to-miss typos 2017-08-23 03:07:12 +00:00
decimal.go
decimal_test.go
doc.go
example_rat_test.go
example_test.go
float.go math/big: recognize squaring for Floats 2017-08-18 12:48:10 +00:00
float_test.go math/big: fix Add, Sub when receiver aliases 2nd operand 2017-05-31 10:28:05 +00:00
floatconv.go
floatconv_test.go math/big: replace local versions of bitLen, nlz with math/bits versions 2017-03-23 19:43:09 +00:00
floatexample_test.go
floatmarsh.go
floatmarsh_test.go
ftoa.go
gcd_test.go
hilbert_test.go
int.go math/big: recognize z.Mul(x, x) as squaring of x 2017-08-16 10:07:47 +00:00
int_test.go math/big: recognize z.Mul(x, x) as squaring of x 2017-08-16 10:07:47 +00:00
intconv.go
intconv_test.go
intmarsh.go
intmarsh_test.go
nat.go math/big: use internal sqr on nats 2017-08-22 08:04:44 +00:00
nat_test.go math/big: recognize z.Mul(x, x) as squaring of x 2017-08-16 10:07:47 +00:00
natconv.go math/big: use internal sqr on nats 2017-08-22 08:04:44 +00:00
natconv_test.go math/big: replace local versions of bitLen, nlz with math/bits versions 2017-03-23 19:43:09 +00:00
prime.go math/big: use internal sqr on nats 2017-08-22 08:04:44 +00:00
prime_test.go all: fix some printf format strings 2017-02-14 02:09:30 +00:00
rat.go math/big: use internal square for Rat 2017-08-18 12:47:46 +00:00
rat_test.go
ratconv.go all: remove some manual hyphenation 2017-08-06 16:14:46 +00:00
ratconv_test.go
ratmarsh.go
ratmarsh_test.go
roundingmode_string.go