const math/big.divRecursiveThreshold

3 uses

	math/big (current package)
		nat.go#L724: 	if n < divRecursiveThreshold {
		nat.go#L811: const divRecursiveThreshold = 100
		nat.go#L851: 	if n < divRecursiveThreshold {