math/big.Int.Rem (method)

2 uses

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

	github.com/gotd/td/internal/crypto
		check_gp.go#L52: 	rem := new(big.Int).Rem(p, big.NewInt(divider)).Int64()