math/big.Int.DivMod (method)

one use

	math/big (current package)
		int.go#L350: func (z *Int) DivMod(x, y, m *Int) (*Int, *Int) {