I am trying to find the limit of $$\lim_{x \to 0} \frac{\sin[x]}{[x]}$$ where [.] represents the greatest integer function. I tried to take up an infinitesimally small number $h$ and took up the Right Hand Limit and Left Hand limit
$$\lim_{x \to 0^+}\frac{\sin[x]}{[x]}$$ $$\Rightarrow \lim_{h \to 0} \frac{\sin[h]}{[h]}$$
I am stuck over here, though I know that $$\lim_{x \to 0}\frac{\sin x}{x}=1$$ But here I see that since $h$ is a very small positive number$[h]$ itself becomes zero and we get
$$\Rightarrow \frac{\sin 0}{0}.$$ Does this shows that the RHL doesn't exist or am I at fault somewhere?