func math/bits.Div
3 uses
math/bits (current package)
bits.go#L492: 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#L577: qq, rr := bits.Div(uint(r), uint(x[0]), uint(y))
|
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |