$\lim _{x \to a}\left(\frac{\sin(x)}{\sin(a)}\right)^{\frac{1}{x-a}}$ Where $a$ can be any number.
I started by using $e$ like this:
$\lim _{x \to a}e^{\ln\left(\left(\frac{\sin(x)}{\sin(a)}\right)^{\frac{1}{x-a}}\right)} \to \lim _{x \to a}e^{\ln\left(\frac{\sin(x)}{\sin(a)}\right)\cdot\frac{1}{x-a}} \to \lim _{x \to a}e^{\frac{\ln\left(\sin(x)\right)-\ln\left(\sin(a)\right)}{x-a}}$
The answer should be $e^{\cot{a}}$
Just a little variation, but it may be nice as an alternative.
Recall that $$(1+\alpha(x))^\frac1{\alpha(x)}\to e$$ whenever $\alpha(x) \to 0$.
Replace $t= x - a$, to get \begin{eqnarray}\mathcal L &=&\lim_{t \to 0} \left[\frac{\sin(t+a)}{\sin a}\right]^\frac1t=\\ &=&\lim_{t\to 0}\left(\frac{\sin t \cos a + \cos t \sin a}{\sin a}\right)^{\frac1t}=\\ &=&\lim_{t\to 0}\left(\sin t \cot a + \cos t\right)^{\frac1t}=\\ &=&\lim_{t\to 0}\left[1+(\cos t +\sin t \cot a - 1)\right]^{\frac1t}=\\ &=&\lim_{t\to 0}\left\{\left[1+(\cos t +\sin t \cot a - 1)\right]^{\frac1{\cos t +\sin t \cot a -1}}\right\}^{\frac{\cos t + \sin t \cot a -1}{t}}=\\ &=&\lim_{t\to 0}e^{\frac{\cos t -1}t +\cot a \frac{\sin t}t}=e^{0+\cot a}=e^{\cot a}. \end{eqnarray}