Assumptions:
TeX:
\operatorname{sinc}(z) = \frac{1}{2} \int_{-1}^{1} {e}^{i z x} \, dx
z \in \mathbb{C}Definitions:
| Fungrim symbol | Notation | Short description | 
|---|---|---|
| Sinc | Sinc function | |
| Integral | Integral | |
| Exp | Exponential function | |
| ConstI | Imaginary unit | |
| CC | Complex numbers | 
Source code for this entry:
Entry(ID("08583a"),
    Formula(Equal(Sinc(z), Mul(Div(1, 2), Integral(Exp(Mul(Mul(ConstI, z), x)), For(x, -1, 1))))),
    Variables(z),
    Assumptions(Element(z, CC)))