type strconv.decimalSlice
12 uses
strconv (current package)
extfloat.go#L227: func (f *extFloat) FixedDecimal(d *decimalSlice, n int) bool {
extfloat.go#L345: func adjustLastDigitFixed(d *decimalSlice, num, den uint64, shift uint, ε uint64) bool {
extfloat.go#L381: func (f *extFloat) ShortestDecimal(d *decimalSlice, lower, upper *extFloat) bool {
extfloat.go#L494: func adjustLastDigit(d *decimalSlice, currentDiff, targetDiff, maxDiff, ulpDecimal, ulpBinary uint64) bool {
ftoa.go#L111: var digs decimalSlice
ftoa.go#L165: var digs decimalSlice
ftoa.go#L169: digs = decimalSlice{d: d.d[:], nd: d.nd, dp: d.dp}
ftoa.go#L192: digs = decimalSlice{d: d.d[:], nd: d.nd, dp: d.dp}
ftoa.go#L197: func formatDigits(dst []byte, shortest bool, neg bool, digs decimalSlice, prec int, fmt byte) []byte {
ftoa.go#L371: type decimalSlice struct {
ftoa.go#L378: func fmtE(dst []byte, neg bool, d decimalSlice, prec int, fmt byte) []byte {
ftoa.go#L433: func fmtF(dst []byte, neg bool, d decimalSlice, prec int) []byte {
 |
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. |