Assumptions:
TeX:
\operatorname{sinc}(z) = \int_{0}^{1} \cos\!\left(z x\right) \, dx
z \in \mathbb{C}Definitions:
| Fungrim symbol | Notation | Short description | 
|---|---|---|
| Sinc | Sinc function | |
| Integral | Integral | |
| Cos | Cosine | |
| CC | Complex numbers | 
Source code for this entry:
Entry(ID("6e4f58"),
    Formula(Equal(Sinc(z), Integral(Cos(Mul(z, x)), For(x, 0, 1)))),
    Variables(z),
    Assumptions(Element(z, CC)))