1
0
mirror of https://github.com/golang/go synced 2024-11-26 22:51:23 -07:00
go/src/math/big
Russ Cox e4615ad74d math/big: move division into natdiv.go
Code moved and functions reordered to be in a consistent
top-down dependency order, but otherwise unchanged.

First step toward commenting division algorithms.

Change-Id: Ib5e604fb5b2867edff3a228ba4e57b5cb32c4137
Reviewed-on: https://go-review.googlesource.com/c/go/+/321077
Trust: Russ Cox <rsc@golang.org>
Trust: Katie Hockman <katie@golang.org>
Trust: Robert Griesemer <gri@golang.org>
Run-TryBot: Russ Cox <rsc@golang.org>
TryBot-Result: Go Bot <gobot@golang.org>
Reviewed-by: Katie Hockman <katie@golang.org>
Reviewed-by: Robert Griesemer <gri@golang.org>
2021-05-26 13:25:43 +00:00
..
accuracy_string.go
arith_386.s all: add //go:build lines to assembly files 2021-05-13 09:12:17 +00:00
arith_amd64.go
arith_amd64.s all: add //go:build lines to assembly files 2021-05-13 09:12:17 +00:00
arith_arm64.s all: add //go:build lines to assembly files 2021-05-13 09:12:17 +00:00
arith_arm.s all: add //go:build lines to assembly files 2021-05-13 09:12:17 +00:00
arith_decl_pure.go
arith_decl_s390x.go
arith_decl.go
arith_mips64x.s all: add //go:build lines to assembly files 2021-05-13 09:12:17 +00:00
arith_mipsx.s all: add //go:build lines to assembly files 2021-05-13 09:12:17 +00:00
arith_ppc64x.s all: add //go:build lines to assembly files 2021-05-13 09:12:17 +00:00
arith_riscv64.s all: add //go:build lines to assembly files 2021-05-13 09:12:17 +00:00
arith_s390x_test.go
arith_s390x.s all: add //go:build lines to assembly files 2021-05-13 09:12:17 +00:00
arith_test.go
arith_wasm.s all: add //go:build lines to assembly files 2021-05-13 09:12:17 +00:00
arith.go math/big: move division into natdiv.go 2021-05-26 13:25:43 +00:00
bits_test.go
calibrate_test.go
decimal_test.go
decimal.go
doc.go
example_rat_test.go
example_test.go
float_test.go
float.go
floatconv_test.go
floatconv.go
floatexample_test.go
floatmarsh_test.go
floatmarsh.go
ftoa.go
gcd_test.go
hilbert_test.go
int_test.go
int.go
intconv_test.go
intconv.go
intmarsh_test.go
intmarsh.go
link_test.go
nat_test.go
nat.go math/big: move division into natdiv.go 2021-05-26 13:25:43 +00:00
natconv_test.go
natconv.go
natdiv.go math/big: move division into natdiv.go 2021-05-26 13:25:43 +00:00
prime_test.go
prime.go
rat_test.go
rat.go
ratconv_test.go
ratconv.go
ratmarsh_test.go
ratmarsh.go
roundingmode_string.go
sqrt_test.go
sqrt.go