math/big.Int.Quo (method)

2 uses

	math/big (current package)
		int.go#L258: 		z.Quo(z, &i)
		int.go#L266: func (z *Int) Quo(x, y *Int) *Int {