$\mathrm{sinc}(x)$ is defined as $\frac{\sin(x)}{x}$ except continuous at $x=0$ (insert the removable singularity).
The derivative of $\mathrm{sinc}(x)$ is usually given as the derivative of $\frac{\sin(x)}{x}$, namely $$\frac{\cos(x)}{x} - \frac{\sin(x)}{x^2},$$ but this has the same problem as $\frac{\sin(x)}{x}$. You have to re-insert the removable singularity at $x=0$.
Is there a more convenient form of the derivative of $\mathrm{sinc}(x)$, say perhaps using $\mathrm{sinc}(x)$ itself, that doesn't have this issue? (don't say piecewise; if piecewise was convenient we wouldn't have $\mathrm{sinc}$ in the first place.)
$$\begin{align} \text{sinc}(x)&=\sum_{n=0}^\infty \frac{(-1)^nx^{2n}}{(2n+1)1}\\ &=\prod_{n=1}^\infty \left(1-\frac{x^2}{(n\pi)^2}\right)\\ &=\frac{1}{\Gamma(1+x/\pi)\Gamma(1-x/\pi)}\\ &=\prod_{n=1}^\infty \cos(x/2^n)\\ &=\frac12 \int_{-1}^1 e^{ixt},dt \end{align}$$
– Mark Viola Jun 24 '16 at 20:54