References:
- https://mathworld.wolfram.com/PiFormulas.html
TeX:
\pi = \frac{355}{113} - \frac{1}{3164} \int_{0}^{1} \frac{{x}^{8} {\left(1 - x\right)}^{8} \left(25 + 816 {x}^{2}\right)}{1 + {x}^{2}} \, dx
Definitions:
Fungrim symbol | Notation | Short description |
---|---|---|
Pi | The constant pi (3.14...) | |
Integral | Integral | |
Pow | Power |
Source code for this entry:
Entry(ID("bd3faa"), Formula(Equal(Pi, Sub(Div(355, 113), Mul(Div(1, 3164), Integral(Div(Mul(Mul(Pow(x, 8), Pow(Sub(1, x), 8)), Add(25, Mul(816, Pow(x, 2)))), Add(1, Pow(x, 2))), For(x, 0, 1)))))), References("https://mathworld.wolfram.com/PiFormulas.html"))