math/big.Int.QuoRem (method)
5 uses
math/big (current package)
int.go#L292: func (z *Int) QuoRem(x, y, r *Int) (*Int, *Int) {
int.go#L304: z.QuoRem(x, y, &r)
int.go#L324: q.QuoRem(x, y, z)
int.go#L354: z.QuoRem(x, y, m)
int.go#L735: q, r = q.QuoRem(A, B, r)
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)