The function f:$\mathbb{R^2}$$\to$$\mathbb{R}$ given by $$f(x,y)=\begin{cases}\frac{xy^2}{x^2+y^2} & \text{if } (x,y) \neq (0,0) \\ c & \text{if }(x, y) = 0\end{cases}.$$
I am trying to calculate the limit (by any means) to determine the value of constant $c$ such that $f$ is continuous at $(0,0)$.
I have obtained the limit for $$f(x,y)=\frac{xy^2}{x^2+y^2} \quad \text{if } (x,y) \neq (0,0)$$ through using polar coordinates $L=0$.
I do not know how to find $c$ from here.
Observe that $$\left | \frac {xy^2} {x^2+y^2} \right | \leq \sqrt {x^2+y^2} < \varepsilon$$ whenever $\sqrt {x^2 + y^2} < \delta,$ where $\delta = \varepsilon.$
So $$\lim\limits_{(x,y) \rightarrow (0,0)} \frac {xy^2} {x^2 + y^2} = 0.$$
For the continuity of $f$ at $(0,0)$ we should have $c=f(0,0) = \lim\limits_{(x,y) \rightarrow (0,0)} \frac {xy^2} {x^2 + y^2} = 0.$