func math/bits.Div
3 uses
math/bits (current package)
bits.go#L486: func Div(hi, lo, y uint) (quo, rem uint) {
math/big
arith.go#L275: rec, _ := bits.Div(x1, x0, u) // (_B^2-1)/U-_B = (_B*(_M-C)+_M)/U
natdiv.go#L564: qq, rr := bits.Div(uint(r), uint(x[0]), uint(y))
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)