Fungrim home page

Fungrim entry: 24c17b

sinc(z)=n=1cos ⁣(z2n)\operatorname{sinc}(z) = \prod_{n=1}^{\infty} \cos\!\left(\frac{z}{{2}^{n}}\right)
Assumptions:zCz \in \mathbb{C}
TeX:
\operatorname{sinc}(z) = \prod_{n=1}^{\infty} \cos\!\left(\frac{z}{{2}^{n}}\right)

z \in \mathbb{C}
Definitions:
Fungrim symbol Notation Short description
Sincsinc(z)\operatorname{sinc}(z) Sinc function
Productnf(n)\prod_{n} f(n) Product
Coscos(z)\cos(z) Cosine
Powab{a}^{b} Power
Infinity\infty Positive infinity
CCC\mathbb{C} Complex numbers
Source code for this entry:
Entry(ID("24c17b"),
    Formula(Equal(Sinc(z), Product(Cos(Div(z, Pow(2, n))), For(n, 1, Infinity)))),
    Variables(z),
    Assumptions(Element(z, CC)))

Topics using this entry

Copyright (C) Fredrik Johansson and contributors. Fungrim is provided under the MIT license. The source code is on GitHub.

2021-03-15 19:12:00.328586 UTC