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#L168: num.DivMod(num, div, remainder)
numeric.go#L447: wholePart.DivMod(absInt, divisor, fracPart)
numeric.go#L456: wholePart.DivMod(wholePart, bigNBase, remainder)
numeric.go#L462: fracPart.DivMod(fracPart, bigNBase, remainder)
numeric.go#L692: reduced.DivMod(accum, big10, remainder)
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)