Learning Scientific Programming with Python (2nd edition)
Q8.2.3: Evaluating $\pi$ by direct integration
Question Q8.2.3
Use scipy.integrate.dblquad
to evaluate $\pi$ by integration of the constant function $f(x,y)=4$ over the quarter circle with unit radius in the quadrant $x>0$, $y>0$.