TeX:
\pi = \frac{22}{7} - \int_{0}^{1} \frac{{x}^{4} {\left(1 - x\right)}^{4}}{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("81f500"), Formula(Equal(Pi, Sub(Div(22, 7), Integral(Div(Mul(Pow(x, 4), Pow(Sub(1, x), 4)), Add(1, Pow(x, 2))), For(x, 0, 1))))))