github.com/jackc/pgtype.Line.B (field)
5 uses
github.com/jackc/pgtype (current package)
line.go#L15: A, B, C float64
line.go#L68: *dst = Line{A: a, B: b, C: c, Status: Present}
line.go#L88: B: math.Float64frombits(b),
line.go#L105: strconv.FormatFloat(src.B, 'f', -1, 64),
line.go#L121: buf = pgio.AppendUint64(buf, math.Float64bits(src.B))
 |
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. |