fmt.pp.fmtFloat (method)
7 uses
fmt (current package)
print.go#L401: func (p *pp) fmtFloat(v float64, size int, verb rune) {
print.go#L426: p.fmtFloat(real(v), size/2, verb)
print.go#L429: p.fmtFloat(imag(v), size/2, verb)
print.go#L664: p.fmtFloat(float64(f), 32, verb)
print.go#L666: p.fmtFloat(f, 64, verb)
print.go#L749: p.fmtFloat(f.Float(), 32, verb)
print.go#L751: p.fmtFloat(f.Float(), 64, verb)
 |
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. |