math/big.Float.Text (method)
3 uses
math/big (current package)
float.go#L376: panic(fmt.Sprintf("msb not set in last word %#x of %s", x.mant[m-1], x.Text('p', 0)))
ftoa.go#L47: func (x *Float) Text(format byte, prec int) string {
ftoa.go#L58: return x.Text('g', 10)
 |
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. |