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#L106: 	buf = pgio.AppendUint64(buf, math.Float64bits(circle.R))
		circle.go#L125: 		strconv.FormatFloat(circle.R, 'f', -1, 64),
		circle.go#L183: 		R:     math.Float64frombits(r),
		circle.go#L223: 	return scanner.ScanCircle(Circle{P: Vec2{x, y}, R: r, Valid: true})