var math/big.leafSize
7 uses
math/big (current package)
natconv.go#L376: for len(q) > leafSize {
natconv.go#L441: var leafSize int = 8 // number of Word-size binary values treat as a monolithic block
natconv.go#L462: if leafSize == 0 || m <= leafSize {
natconv.go#L468: for words := leafSize; words < m>>1 && k < len(cacheBase10.table); words <<= 1 {
natconv.go#L488: table[0].bbb = nat(nil).expWW(bb, Word(leafSize))
natconv.go#L489: table[0].ndigits = ndigits * leafSize
 |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |