Assumptions:
TeX:
\operatorname{sinc}\!\left(\pi z\right) = \int_{-1 / 2}^{1 / 2} {e}^{2 \pi i z x} \, dx
z \in \mathbb{C}Definitions:
| Fungrim symbol | Notation | Short description | 
|---|---|---|
| Sinc | Sinc function | |
| Pi | The constant pi (3.14...) | |
| Integral | Integral | |
| Exp | Exponential function | |
| ConstI | Imaginary unit | |
| CC | Complex numbers | 
Source code for this entry:
Entry(ID("99ad29"),
    Formula(Equal(Sinc(Mul(Pi, z)), Integral(Exp(Mul(Mul(Mul(Mul(2, Pi), ConstI), z), x)), For(x, Neg(Div(1, 2)), Div(1, 2))))),
    Variables(z),
    Assumptions(Element(z, CC)))