Hi,
I am trying to calculate a double integral, in Mathematica it could be denoted
Integrate[(x*y)/(x*y-m2/s2),{x,0,1},{y,0,1-x}]
That is,
\int\int\frac{xy}{(xy-m^{2}/s^{2})}dydx with boundaries y=0,y=1-x and x=0,x=1. m and s are constants, of course.
Now, I get some fairly...