Assumptions:
TeX:
E(m) = \int_{0}^{1} \frac{\sqrt{1 - m {x}^{2}}}{\sqrt{1 - {x}^{2}}} \, dx
m \in \mathbb{C}Definitions:
| Fungrim symbol | Notation | Short description |
|---|---|---|
| EllipticE | Legendre complete elliptic integral of the second kind | |
| Integral | Integral | |
| Sqrt | Principal square root | |
| Pow | Power | |
| CC | Complex numbers |
Source code for this entry:
Entry(ID("fa8666"),
Formula(Equal(EllipticE(m), Integral(Div(Sqrt(Sub(1, Mul(m, Pow(x, 2)))), Sqrt(Sub(1, Pow(x, 2)))), For(x, 0, 1)))),
Variables(m),
Assumptions(Element(m, CC)))