go/src/math/big
Josh Bleecher Snyder 380525598c all: remove some manual hyphenation
Manual hyphenation doesn't work well when text gets reflown,
for example by godoc.

There are a few other manual hyphenations in the tree,
but they are in local comments or comments for unexported functions.

Change-Id: I17c9b1fee1def650da48903b3aae2fa1e1119a65
Reviewed-on: https://go-review.googlesource.com/53510
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
2017-08-06 16:14:46 +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 addVV/subVV for ppc64x 2017-04-25 13:15:39 +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
decimal.go
decimal_test.go
doc.go
example_rat_test.go
example_test.go
float.go math/big: fix Add, Sub when receiver aliases 2nd operand 2017-05-31 10:28:05 +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 all: spell "marshal" and "unmarshal" consistently 2016-11-12 00:13:35 +00:00
floatmarsh_test.go
ftoa.go
gcd_test.go
hilbert_test.go
int.go math/big: simplify bool expression 2017-02-14 23:34:25 +00:00
int_test.go all: fix minor misspellings 2017-04-03 23:19:07 +00:00
intconv.go
intconv_test.go
intmarsh.go all: spell "marshal" and "unmarshal" consistently 2016-11-12 00:13:35 +00:00
intmarsh_test.go
nat.go math/big: replace local versions of bitLen, nlz with math/bits versions 2017-03-23 19:43:09 +00:00
nat_test.go math/big: use math/bits where appropriate 2017-02-24 19:19:02 +00:00
natconv.go math/big: use math/bits where appropriate 2017-02-24 19:19:02 +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: add Baillie-PSW test to (*Int).ProbablyPrime 2016-11-22 02:05:47 +00:00
prime_test.go all: fix some printf format strings 2017-02-14 02:09:30 +00:00
rat.go
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