github.com/jackc/pgx/v5/pgtype.Line.B (field)
5 uses
github.com/jackc/pgx/v5/pgtype (current package)
line.go#L23: A, B, C float64
line.go#L108: buf = pgio.AppendUint64(buf, math.Float64bits(line.B))
line.go#L127: strconv.FormatFloat(line.B, 'f', -1, 64),
line.go#L169: B: math.Float64frombits(b),
line.go#L208: return scanner.ScanLine(Line{A: a, B: b, C: c, Valid: true})
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)