math/big.divisor.ndigits (field)
8 uses
math/big (current package)
natconv.go#L394: h := len(s) - table[index].ndigits
natconv.go#L446: ndigits int // digit length of divisor in terms of output base digits
natconv.go#L482: if table[k-1].ndigits == 0 {
natconv.go#L486: if table[i].ndigits == 0 {
natconv.go#L489: table[0].ndigits = ndigits * leafSize
natconv.go#L492: table[i].ndigits = 2 * table[i-1].ndigits
natconv.go#L499: table[i].ndigits++
![]() |
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. |