Consider the function $f : \mathbb{R}^2 \to \mathbb{R}$ defined by
$$ f(x,y) = \begin{cases} \frac{xy(x^2-y^2)}{x^2+y^2} & \text{for $(x,y) \neq (0,0),$}\\ 0 & \text{for $(x,y) = (0,0).$} \end{cases} $$
I am hoping to show this is continuous, but I do not know how to handle multivariate limits, can I simply take one and then the other or what do you do?
I have no $\varepsilon-\delta$ version of continuity at hand, only the usual limit formulation.