Reading through some notes on 2-point gauss quadrature, I came across the following general formula. I'm currently doing an assignment with 3-point quadrature, and have gotten to a similar formula, but now am trying to work out how to evaluate it
$$\int_a^bf(x) \approx \frac{h}{2}\sum\limits_{j=0}^n[f(x_{j,0}) + f(x_{j,1})]$$
I'm mostly just uncertain what $f(x_{j,0})$ means in this context, could anyone give me a hand understanding what to do next?