Fungrim home page

Fungrim entry: 04cd99

π=1x2+1dx\pi = \int_{-\infty}^{\infty} \frac{1}{{x}^{2} + 1} \, dx
TeX:
\pi = \int_{-\infty}^{\infty} \frac{1}{{x}^{2} + 1} \, dx
Definitions:
Fungrim symbol Notation Short description
Piπ\pi The constant pi (3.14...)
Integralabf(x)dx\int_{a}^{b} f(x) \, dx Integral
Powab{a}^{b} Power
Infinity\infty Positive infinity
Source code for this entry:
Entry(ID("04cd99"),
    Formula(Equal(Pi, Integral(Div(1, Add(Pow(x, 2), 1)), For(x, Neg(Infinity), Infinity)))))

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