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
arith_386.s
arith_amd64.s
arith_amd64p32.s
arith_arm.s
arith_arm64.s
arith_decl.go
arith_decl_pure.go
arith_decl_s390x.go
arith_mips64x.s
arith_mipsx.s
arith_ppc64x.s math/big: improve performance for addVV/subVV for ppc64x 2017-04-25 13:15:39 +00:00
arith_s390x.s
arith_s390x_test.go
arith_test.go
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
floatexample_test.go
floatmarsh.go
floatmarsh_test.go
ftoa.go
gcd_test.go
hilbert_test.go
int.go
int_test.go
intconv.go
intconv_test.go
intmarsh.go
intmarsh_test.go
nat.go
nat_test.go
natconv.go
natconv_test.go
prime.go
prime_test.go
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