Question: multi variable integration in maple

Hi everyone, 

In my research project, I needed to evaluate a multi-variable integration.
int(int(sqrt(x^2+y^2),x),y)  , D: {(x^2+y^2 <= 2*y)  ,( y<=x ) , (x,y >0)}

Please Wait...