math/big.Int.DivMod (method)
6 uses
math/big (current package)
int.go#L356: func (z *Int) DivMod(x, y, m *Int) (*Int, *Int) {
github.com/jackc/pgx/v5/pgtype
numeric.go#L167: num.DivMod(num, div, remainder)
numeric.go#L444: wholePart.DivMod(absInt, divisor, fracPart)
numeric.go#L453: wholePart.DivMod(wholePart, bigNBase, remainder)
numeric.go#L459: fracPart.DivMod(fracPart, bigNBase, remainder)
numeric.go#L686: reduced.DivMod(accum, big10, remainder)
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)