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 {
The pages are generated with Golds v0.2.8-preview. (GOOS=darwin GOARCH=arm64)