Please help calculating the following limit:
$$ \lim_{x\to\frac{\pi}{2}} \frac{\lfloor{}\sin(x)\rfloor}{\lfloor x\rfloor} $$
I used $$ t = x - \frac{\pi}{2} $$ and got:
$$ \lim_{t\to 0} \frac{\lfloor{}\sin(t+\frac{\pi}{2})\rfloor}{\lfloor t+\frac{\pi}{2}\rfloor} $$
for t close to 0 we get from arithmetic of limits that the denominator is 1 but not sure how to go from here..
Thanks
In a punctured neighborhood of $\pi/2$ we have $\lfloor\sin x\rfloor=0$ and $\lfloor x\rfloor=\color{red}1$, so the limit is $0$.