github.com/jackc/pgx/v5/pgtype.Circle.R (field)
5 uses
github.com/jackc/pgx/v5/pgtype (current package)
circle.go#L24: R float64
circle.go#L105: buf = pgio.AppendUint64(buf, math.Float64bits(circle.R))
circle.go#L124: strconv.FormatFloat(circle.R, 'f', -1, 64),
circle.go#L180: R: math.Float64frombits(r),
circle.go#L230: return scanner.ScanCircle(Circle{P: Vec2{x, y}, R: r, Valid: true})
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)