I have a function in x and y, and I was trying to figure out if it was continuous or not.
f(x,y)=\frac{x^2-y^2}{(x^2+y^2)^2}
As far as I know, the only problematic point in the domain is (x,y)=(0,0) so I tried to use the \epsilon,\delta definition.
My proposed limit at (0,0) being 0...