TeX:
\pi = 2 \prod_{n=1}^{\infty} \frac{4 {n}^{2}}{4 {n}^{2} - 1}
Definitions:
Fungrim symbol | Notation | Short description |
---|---|---|
Pi | The constant pi (3.14...) | |
Product | Product | |
Pow | Power | |
Infinity | Positive infinity |
Source code for this entry:
Entry(ID("69fe63"), Formula(Equal(Pi, Mul(2, Product(Div(Mul(4, Pow(n, 2)), Sub(Mul(4, Pow(n, 2)), 1)), For(n, 1, Infinity))))))